
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
12 lines
458 B
Puppet
12 lines
458 B
Puppet
name 'puppetlabs-openstacklib'
|
|
version '5.0.0-devel'
|
|
source 'https://github.com/stackforge/puppet-openstacklib'
|
|
author 'Puppet Labs'
|
|
license 'Apache License 2.0'
|
|
summary 'Puppet Labs OpenStackLib Module'
|
|
description 'Puppet module library to expose common functionality between OpenStack modules'
|
|
project_page 'https://launchpad.net/puppet-openstacklib'
|
|
|
|
dependency 'puppetlabs/mysql', '>=2.2.0 <3.0.0'
|
|
dependency 'puppetlabs/stdlib', '>=4.0.0 <5.0.0'
|