From b9dd42dc26d89091e3a19b5fc780714a692b0b56 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Mon, 22 Sep 2014 14:53:47 -0700 Subject: [PATCH] Update stdlib dependency to 4.x puppetlabs/stdlib 4.x is backwards compatible with 3.x and still tested on Puppet 2.7. Updating stdlib to 4.x allows modules to use newer functions without breaking older functionality. Change-Id: I710daa21f3c1cf5640903243904655817e2a69f2 --- Modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index aa446a0..e7b7fb0 100644 --- a/Modulefile +++ b/Modulefile @@ -9,5 +9,5 @@ source 'https://github.com/stackforge/puppet-ceilometer' dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0' dependency 'puppetlabs/keystone', '>=4.0.0 <5.0.0' -dependency 'puppetlabs/stdlib', '>= 3.2.0' +dependency 'puppetlabs/stdlib', '>=4.0.0 < 5.0.0' dependency 'stackforge/openstacklib', '>=5.0.0' -- 2.45.2