aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ }
]
}