updating metadata

This commit is contained in:
Matthew 2023-09-18 09:33:14 -05:00
parent 071766409a
commit 7de441e01f
No known key found for this signature in database

View File

@ -1,12 +1,12 @@
{ {
"name": "inkblot-bind", "name": "inkblot-bind",
"version": "7.4.0", "version": "7.4.0",
"author": "inkblot", "author": "souldo",
"license": "Apache-2.0", "license": "Apache-2.0",
"summary": "ISC BIND name server", "summary": "ISC BIND name server <-- forked from inkblot",
"source": "git://github.com/inkblot/puppet-bind.git", "source": "git://github.com/matthewrstone/puppet-bind.git",
"project_page": "https://github.com/inkblot/puppet-bind", "project_page": "https://github.com/matthewrstone/puppet-bind",
"issues_url": "https://github.com/inkblot/puppet-bind/issues", "issues_url": "https://github.com/matthewrstone/puppet-bind/issues",
"tags": [ "bind", "dns", "dnssec", "nsupdate" ], "tags": [ "bind", "dns", "dnssec", "nsupdate" ],
"operatingsystem_support": [ "operatingsystem_support": [
{ {
@ -15,7 +15,7 @@
}, },
{ {
"operatingsystem": "Ubuntu", "operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04", "14.04", "16.04", "22.04" ] "operatingsystemrelease": [ "22.04" ]
}, },
{ {
"operatingsystem": "CentOS", "operatingsystem": "CentOS",
@ -29,6 +29,5 @@
"dependencies": [ "dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.15.0 < 10.0.0" }, { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.15.0 < 10.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">= 2.2.1 < 5.0.0" } { "name": "puppetlabs/concat", "version_requirement": ">= 2.2.1 < 5.0.0" }
], ]
"data_provider": "hiera"
} }