-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmetadata.json
34 lines (34 loc) · 947 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
{
"name": "ncorrare-windowstime",
"version": "0.4.4",
"author": "ncorrare",
"summary": "A module to manage time configuration in Windows",
"license": "Apache-2.0",
"source": "https://github.com/ncorrare/windowstime",
"project_page": "https://github.com/ncorrare/windowstime",
"issues_url": "https://github.com/ncorrare/windowstime/issues",
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":"4.x"},
{"name":"puppetlabs-registry","version_requirement":"2.x"}
],
"operatingsystem_support": [
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"Server 2012",
"Server 2012 R2"
]
}
],
"requirements": [
{
"name": "pe",
"version_requirement": " >=2016.1.0 <= 2016.4.0"
},
{
"name": "puppet",
"version_requirement": ">= 4.5.0 < 5.0.0"
}
],
"description": "A module to manage time configuration in Windows"
}