From 7b4430b65371d2b02829c079e8daeb67e2d5b008 Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Fri, 12 Dec 2014 08:24:54 -0600 Subject: [PATCH] Convert to metadata.json --- Modulefile | 10 ---------- metadata.json | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 10 deletions(-) delete mode 100644 Modulefile create mode 100644 metadata.json diff --git a/Modulefile b/Modulefile deleted file mode 100644 index dd712c3..0000000 --- a/Modulefile +++ /dev/null @@ -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' diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..2b419b2 --- /dev/null +++ b/metadata.json @@ -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" } + ] +}