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:
@@ -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'
|
||||
|
Reference in New Issue
Block a user