34 lines
1006 B
JSON
34 lines
1006 B
JSON
{
|
|
"name": "inkblot-bind",
|
|
"version": "7.4.0",
|
|
"author": "souldo",
|
|
"license": "Apache-2.0",
|
|
"summary": "ISC BIND name server <-- forked from inkblot",
|
|
"source": "git://github.com/matthewrstone/puppet-bind.git",
|
|
"project_page": "https://github.com/matthewrstone/puppet-bind",
|
|
"issues_url": "https://github.com/matthewrstone/puppet-bind/issues",
|
|
"tags": [ "bind", "dns", "dnssec", "nsupdate" ],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [ "7", "8", "9"]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": [ "22.04" ]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": [ "6", "7"]
|
|
},
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [ "6", "7" ]
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.15.0 < 10.0.0" },
|
|
{ "name": "puppetlabs/concat", "version_requirement": ">= 2.2.1 < 5.0.0" }
|
|
]
|
|
}
|