Pin stdlib to 4.16.0
stdlib 4.17.0 added a requirement for puppet >= 4.7 and since we still test with puppet 4.5 we need to pin to the last version that still supported >= 4.0 which was 4.16.0. Change-Id: Id1ca6d8364a27205d9390167cb140d644728157a
This commit is contained in:
parent
c042603386
commit
eac7daeab4
@ -212,7 +212,7 @@ mod 'rsync',
|
||||
|
||||
mod 'stdlib',
|
||||
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib',
|
||||
:ref => '4.17.1'
|
||||
:ref => '4.16.0'
|
||||
|
||||
mod 'vcsrepo',
|
||||
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo',
|
||||
|
@ -13,7 +13,7 @@ puppetlabs/puppetlabs-mysql
|
||||
puppetlabs/puppetlabs-postgresql
|
||||
puppetlabs/puppetlabs-rabbitmq
|
||||
puppetlabs/puppetlabs-rsync
|
||||
puppetlabs/puppetlabs-stdlib
|
||||
puppetlabs/puppetlabs-stdlib,4.16.0
|
||||
puppetlabs/puppetlabs-vcsrepo
|
||||
puppetlabs/puppetlabs-xinetd
|
||||
saz/puppet-memcached
|
||||
|
Loading…
Reference in New Issue
Block a user