forked from icann-dns/puppet-dns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
33 lines (32 loc) · 989 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": "icann-dns",
"version": "0.1.8",
"author": "[email protected]",
"summary": "puppet meta module to manage NSD and Knot modules",
"license": "Apache-2.0",
"source": "https://github.com/icann-dns/puppet-dns",
"project_page": "https://github.com/icann-dns/puppet-dns",
"issues_url": "https://github.com/icann-dns/puppet-dns/issues",
"tags": [
"nsd",
"dns",
"network"
],
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 4.12.0"},
{"name":"puppetlabs-concat","version_requirement":">= 1.2.0"},
{"name":"icann-nsd","version_requirement":">= 0.1.8"},
{"name":"icann-knot","version_requirement":">= 0.1.3"},
{"name":"stankevich-python","version_requirement":">= 1.15.0"}
],
"operatingsystem_support": [
{
"operatingsystem" : "Ubuntu",
"operatingsystemrelease" : [ "12.0.4", "14.04" ]
},
{
"operatingsystem" : "FreeBSD",
"operatingsystemrelease" : [ "10" ]
}
]
}