Merge "Update update_modules.sh to use puppet 3.8"

This commit is contained in:
Jenkins 2016-01-29 09:41:00 +00:00 committed by Gerrit Code Review
commit d0174c147a
1 changed files with 1 additions and 1 deletions

View File

@ -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'}