-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathmetadata.json
50 lines (50 loc) · 1.19 KB
/
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
41
42
43
44
45
46
47
48
49
50
{
"name": "trlinkin-domain_membership",
"version": "1.2.0",
"author": "Thomas Linkin <trlinkin@gmail.com>",
"summary": "Module for managing AD domain membership of Windows systems.",
"license": "Apache-2.0",
"source": "https://github.com/trlinkin/puppet-domain_membership",
"issues_url": "https://github.com/trlinkin/puppet-domain_membership/issues",
"dependencies": [
{
"name": "puppetlabs/powershell",
"version_requirement": ">= 1.0.1"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.0"
},
{
"name": "puppetlabs/reboot",
"version_requirement": ">= 1.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"Server 2008",
"Server 2008 R2",
"Server 2012",
"Server 2012 R2",
"7",
"8"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 3.7.0 < 5.0.0"
}
],
"tags": [
"AD",
"active directory",
"domain"
],
"pdk-version": "1.4.1",
"template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git",
"template-ref": "1.4.1-0-g52adbbb"
}