forked from pfmooney/puppet-mit_krb5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
33 lines (33 loc) · 1007 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
{
"name": "pfmooney-mit_krb5",
"version": "0.0.8",
"author": "Patrick Mooney",
"license": "Apache-2.0",
"summary": "Install and configure MIT Kerberos v5",
"source": "https://github.com/pfmooney/puppet-mit_krb5.git",
"project_page": "https://github.com/pfmooney/puppet-mit_krb5",
"issues_url": "https://github.com/pfmooney/puppet-mit_krb5/issues",
"tags": ["kerberos", "krb5"],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04", "15.04", "16.04" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "7", "8" ]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">=1.0.0 <3.0.0" }
]
}