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: Iaaac5678cdd00db3a03eb1f715e6cd91a25cefc8
This commit is contained in:
Colleen Murphy
2014-09-22 15:32:34 -07:00
parent c374bed10f
commit dc8da63ffd

View File

@@ -8,4 +8,4 @@ description 'Puppet module library to expose common functionality between OpenSt
project_page 'https://launchpad.net/puppet-openstacklib'
dependency 'puppetlabs/mysql', '>=2.2.0 <3.0.0'
dependency 'puppetlabs/stdlib', '>=3.2.0'
dependency 'puppetlabs/stdlib', '>=4.0.0 <5.0.0'