From eac7daeab41962c378185772f97dabd34b090b36 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 2 Aug 2017 06:22:51 -0600 Subject: [PATCH] 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 --- Puppetfile | 2 +- external_modules.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Puppetfile b/Puppetfile index 6a61b5674..da090edc4 100644 --- a/Puppetfile +++ b/Puppetfile @@ -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', diff --git a/external_modules.txt b/external_modules.txt index 9391710da..f88313393 100644 --- a/external_modules.txt +++ b/external_modules.txt @@ -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