From 32c3d8c1f077836d4c449ed55db551b3bce30e82 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Thu, 28 Jan 2016 08:15:48 -0700 Subject: [PATCH] Update update_modules.sh to use puppet 3.8 This change fixes the default puppet version for the update_modules.sh script to 3.8.x since we've moved to that as our default deployment version. Change-Id: Ie7b30f86ae618b62a9c757ba69b8a2433b0b995b Related-Bug: #1500414 --- deployment/update_modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/update_modules.sh b/deployment/update_modules.sh index 7bfa7359d4..447f2b7fdf 100755 --- a/deployment/update_modules.sh +++ b/deployment/update_modules.sh @@ -108,7 +108,7 @@ shift "$((OPTIND-1))" DEPLOYMENT_DIR=$(cd `dirname $0` && pwd -P) # Timeout in seconds for running puppet librarian TIMEOUT=600 -export PUPPET_GEM_VERSION=${PUPPET_GEM_VERSION:-'3.4.3'} +export PUPPET_GEM_VERSION=${PUPPET_GEM_VERSION:-'~>3.8'} export BUNDLE_DIR=${BUNDLE_DIR:-'/var/tmp/.bundle_home'} export GEM_HOME=${GEM_HOME:-'/var/tmp/.gem_home'}