36 lines
1014 B
JSON
36 lines
1014 B
JSON
{
|
|
"name": "inkblot/bind",
|
|
"version": "6.0.0",
|
|
"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" ]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": [ "6" ]
|
|
},
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [ "6" ]
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{ "name": "puppetlabs/stdlib" },
|
|
{ "name": "puppetlabs/concat", "version_requirement": ">=1.0.0 <2.0.0" },
|
|
{ "name": "ripienaar/module_data", "version_requirement": ">=0.0.3" }
|
|
],
|
|
"data_provider": "hiera"
|
|
}
|