]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Update stdlib dependency to 4.x
authorColleen Murphy <colleen@puppetlabs.com>
Mon, 22 Sep 2014 21:53:47 +0000 (14:53 -0700)
committerColleen Murphy <colleen@puppetlabs.com>
Mon, 22 Sep 2014 21:57:08 +0000 (14:57 -0700)
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

index aa446a02ac8370aa3c2db23c62cf5c5c75a0b224..e7b7fb049d96dd27babb750bc9d91363133da7bb 100644 (file)
@@ -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'