-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmetadata.json
40 lines (40 loc) · 969 Bytes
/
metadata.json
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
34
35
36
37
38
39
40
{
"name": "puppet-windows_power",
"version": "4.0.1-rc0",
"author": "markt.de GmbH & Co. KG",
"license": "Apache-2.0",
"summary": "Module to manage the power settings on Windows",
"source": "https://github.com/voxpupuli/puppet-windows_power",
"project_page": "https://github.com/voxpupuli/puppet-windows_power",
"issues_url": "https://github.com/voxpupuli/puppet-windows_power/issues",
"operatingsystem_support": [
{
"operatingsystem": "windows",
"operatingsystemrelease": [
"10",
"11",
"2012",
"2012 R2",
"2016",
"2019",
"2022"
]
}
],
"dependencies": [
{
"name": "puppetlabs/powershell",
"version_requirement": ">= 1.0.5 < 7.0.0"
},
{
"name": "puppetlabs/pwshlib",
"version_requirement": ">= 0.4.0 < 2.0.0"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
}
]
}