From 484dc86491a72e845da413747d893a8df11289e6 Mon Sep 17 00:00:00 2001 From: Raphaƫl Pinson Date: Mon, 20 Oct 2014 15:52:57 +0200 Subject: Convert Modulefile to metadata.json [skip ci] --- metadata.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 metadata.json (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..63979c9 --- /dev/null +++ b/metadata.json @@ -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"} + ] +} -- cgit v1.2.3