forked from jonuwz/puppet-ipa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
55 lines (55 loc) · 1.29 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
51
52
53
54
55
{
"name": "waveclaw-ipa",
"version": "0.2.0",
"author": [
"jonuwz <[email protected]>",
"waveclaw <[email protected]>",
"Harvard Univerity IT <[email protected]>"
],
"summary": "Manage Identity Policy and Audit (IPA) servers",
"license": "Apache-2.0",
"source": "https://gitlab.waveclaw.net/Puppet/waveclaw-ipa",
"project_page": "https://gitlab.waveclaw.net/Puppet/waveclaw-ipa/wikis/home",
"issues_url": "\"htps://github.com/waveclaw/puppet-ipa/issues\u001bO",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.13.1 < 5.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7.0"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04"
]
},
{
"operatingsystem": "Suse",
"operatingsystemrelease": [
"12"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0 < 6.0.0"
}
],
"pdk-version": "1.0.1",
"template-url": "https://github.com/puppetlabs/pdk-module-template",
"template-ref": "heads/master-0-g5db7961"
}