Convert to metadata.json
This commit is contained in:
parent
3d1d7a29dc
commit
7b4430b653
10
Modulefile
10
Modulefile
@ -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
24
metadata.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user