puppet-bind/metadata.json
Nate Riffe 7a74314a1e Make it all work again.
Previous iterations and even a release were all broken. The module works again,
sorry for the interlude.

- Giving up on params and moving to module_data (WIP)
- Change the Package and Service references to the static 'bind' name
- Add a meager amount of test coverage
2015-01-08 08:09:32 -06:00

26 lines
808 B
JSON

{
"name": "inkblot/bind",
"version": "3.4.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", "version_requirement": ">=1.0.0 <2.0.0" }
{ "name": "ripienaar/module_data", "version_requirement": ">=0.0.4" }
]
}