forked from inkblot/puppet-bind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
34 lines (34 loc) · 990 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
34
{
"name": "inkblot/bind",
"version": "7.2.2",
"author": "inkblot",
"license": "Apache-2.0",
"summary": "ISC BIND name server",
"source": "git://github.com/inkblot/puppet-bind.git",
"project_page": "https://github.com/inkblot/puppet-bind",
"issues_url": "https://github.com/inkblot/puppet-bind/issues",
"tags": [ "bind", "dns", "dnssec", "nsupdate" ],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "7.7" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04", "14.04", "16.04" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6" ]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6" ]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.15 < 5.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">=2.2.1 < 3.0.0" }
],
"data_provider": "hiera"
}