puppet-bind/metadata.json
2014-12-12 08:24:54 -06:00

25 lines
705 B
JSON

{
"name": "inkblot/bind",
"version": "3.3.0",
"author": "inkblot",
"license": "Apache-2.0",
"summary": "A Puppet module to deploy and manage the ISC BIND 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" ]
}
],
"dependencies": [
{ "name": "puppetlabs/concat", ">=1.0 <2" }
]
}