]> gitweb.fluxo.info Git - puppet-dhcp.git/commitdiff
Convert Modulefile to metadata.json [skip ci]
authorRaphaël Pinson <raphael.pinson@camptocamp.com>
Mon, 20 Oct 2014 13:52:57 +0000 (15:52 +0200)
committerRaphaël Pinson <raphael.pinson@camptocamp.com>
Mon, 20 Oct 2014 13:52:57 +0000 (15:52 +0200)
Modulefile [deleted file]
metadata.json [new file with mode: 0644]

diff --git a/Modulefile b/Modulefile
deleted file mode 100644 (file)
index f588c67..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-name         'camptocamp-dhcp'
-version      '0.3.0'
-dependency   'puppetlabs/stdlib', '>= 3.2.0 < 5.0.0'
-dependency   'puppetlabs/concat', '>= 1.0.0 < 2.0.0'
-source       'https://github.com/camptocamp/puppet-dhcp'
-author       'Camptocamp'
-license      'Apache 2.0'
-summary      'Camptocamp DHCP Module'
-description  'DHCP Module for Puppet'
-project_page 'https://github.com/camptocamp/puppet-dhcp'
diff --git a/metadata.json b/metadata.json
new file mode 100644 (file)
index 0000000..63979c9
--- /dev/null
@@ -0,0 +1,15 @@
+{
+  "name": "camptocamp-dhcp",
+  "version": "0.3.0",
+  "author": "Camptocamp",
+  "summary": "Camptocamp DHCP Module",
+  "license": "Apache 2.0",
+  "source": "https://github.com/camptocamp/puppet-dhcp",
+  "project_page": "https://github.com/camptocamp/puppet-dhcp",
+  "issues_url": "https://github.com/camptocamp/puppet-dhcp/issues",
+  "description": "DHCP Module for Puppet",
+  "dependencies": [
+    {"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"},
+    {"name":"puppetlabs/concat","version_requirement":">= 1.0.0 < 2.0.0"}
+  ]
+}