-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmetadata.json
32 lines (32 loc) · 883 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
{
"name": "ajcrowe-confd",
"version": "0.2.3",
"author": "Alex Crowe",
"license": "MIT",
"summary": "confd class and functions",
"source": "https://github.com/ajcrowe/puppet-confd",
"project_page": "https://forge.puppetlabs.com/ajcrowe/confd",
"issues_url": "https://github.com/ajcrowe/puppet-confd/issues",
"tags": ["etcd", "consul", "confd", "toml"],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "5", "6", "7" ]
},
{
"operatingsystem":"CentOS",
"operatingsystemrelease":[ "5", "6", "7" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04", "12.04", "10.04" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "6", "7" ]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.1.0" }
]
}