aboutsummaryrefslogtreecommitdiff
path: root/Modulefile
diff options
context:
space:
mode:
Diffstat (limited to 'Modulefile')
-rw-r--r--Modulefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Modulefile b/Modulefile
index 211d9e9..f588c67 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,10 +1,10 @@
name 'camptocamp-dhcp'
-version '0.2.0'
-dependency 'puppetlabs/stdlib', '0.0.1'
-dependency 'ripienaar/concat', '0.0.1'
+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 'DevOps Team / Camptocamp'
-license 'GNU GPLv3'
+author 'Camptocamp'
+license 'Apache 2.0'
summary 'Camptocamp DHCP Module'
description 'DHCP Module for Puppet'
project_page 'https://github.com/camptocamp/puppet-dhcp'