Convert to metadata.json

This commit is contained in:
Nate Riffe 2014-12-12 08:24:54 -06:00
parent 3d1d7a29dc
commit 7b4430b653
2 changed files with 24 additions and 10 deletions

View File

@ -1,10 +0,0 @@
name 'inkblot/bind'
version '3.3.0'
source 'git://github.com/inkblot/puppet-bind'
author 'inkblot'
license 'Apache 2.0'
summary 'BIND name server'
description 'A Puppet module to deploy and manage the ISC BIND server'
project_page 'https://github.com/inkblot/puppet-bind'
dependency 'puppetlabs/concat', '>= 1.0.0'

24
metadata.json Normal file
View File

@ -0,0 +1,24 @@
{
"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" }
]
}