-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
33 lines (33 loc) · 832 Bytes
/
Copy pathmetadata.json
File metadata and controls
33 lines (33 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "exodusftw-pm_profiler",
"version": "1.3.0",
"author": "jeremy.grant@outlook.com",
"license": "Apache-2.0",
"summary": "Manages the configuration of Power Management profiles on Suse Enterprise LInux",
"source": "https://github.com/exodusftw/puppet-pm-profiler",
"project_page": "https://github.com/exodusftw/puppet-pm-profiler",
"issues_url": "https://github.com/exodusftw/puppet-pm-profiler/issues",
"data_provider": null,
"operatingsystem_support": [
{
"operatingsystem": "SUSE",
"operatingsystemrelease": [
"10",
"11",
"12"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 3.0.0 < 5.0.0"
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_range": ">= 4.0.0"
}
]
}