From c87bea7761f3ef50fb05bf934ec5842edd989a88 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 26 Apr 2017 13:57:28 -0400 Subject: [PATCH] Pin concat to 3.0.0 4.0.0 fails with puppetlabs-postgres. let's pin it until it works again for puppetlabs-postgres. Note: we're in the process of deprecating manifests that deploy postgres databases. Change-Id: I43ea61cb546321a33cb9a5ebde9b25b515db8992 --- Puppetfile | 2 +- external_modules.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Puppetfile b/Puppetfile index ffbeaad1c..e5d811dec 100644 --- a/Puppetfile +++ b/Puppetfile @@ -180,7 +180,7 @@ mod 'apt', mod 'concat', :git => 'https://github.com/puppetlabs/puppetlabs-concat', - :ref => '4.0.0' + :ref => '3.0.0' mod 'firewall', :git => 'https://github.com/puppetlabs/puppetlabs-firewall', diff --git a/external_modules.txt b/external_modules.txt index 125702a46..872e736ad 100644 --- a/external_modules.txt +++ b/external_modules.txt @@ -5,7 +5,7 @@ joshuabaird/puppet-ipaclient nanliu/puppet-staging puppetlabs/puppetlabs-apache puppetlabs/puppetlabs-apt -puppetlabs/puppetlabs-concat +puppetlabs/puppetlabs-concat,3.0.0 puppetlabs/puppetlabs-firewall puppetlabs/puppetlabs-inifile puppetlabs/puppetlabs-mongodb