aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-12-18 17:21:34 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-12-18 17:21:34 +0100
commitbc4536a3a5aaa20300142025cdb3d81408fa5e9b (patch)
treef8c68dddd52739d46eaca129e3c36ad60781fb00
parenta40f031e4ba531feef9266869b46428efd10c4fa (diff)
downloadpuppet-dhcp-bc4536a3a5aaa20300142025cdb3d81408fa5e9b.tar.gz
puppet-dhcp-bc4536a3a5aaa20300142025cdb3d81408fa5e9b.tar.bz2
Release version 0.4.0
-rw-r--r--metadata.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/metadata.json b/metadata.json
index 943c753..c397591 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "camptocamp-dhcp",
- "version": "0.4.0",
+ "version": "0.4.1",
"author": "Camptocamp",
"summary": "Camptocamp DHCP Module",
"license": "Apache 2.0",
@@ -9,7 +9,13 @@
"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"}
+ {
+ "name": "puppetlabs/stdlib",
+ "version_requirement": ">= 3.2.0 < 5.0.0"
+ },
+ {
+ "name": "puppetlabs/concat",
+ "version_requirement": ">= 1.0.0 < 2.0.0"
+ }
]
}