From 4f874c0cb2d5852a050613c71c9c12e5072f5363 Mon Sep 17 00:00:00 2001 From: Mickaël Canévet Date: Mon, 31 Mar 2014 12:23:39 +0200 Subject: Fix dependencies, change License --- Modulefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Modulefile') 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' -- cgit v1.2.3