diff --git a/all-in-one.sh b/all-in-one.sh index f09c17c83..b76d48799 100755 --- a/all-in-one.sh +++ b/all-in-one.sh @@ -64,7 +64,7 @@ print_header 'Install Bundler' mkdir -p .bundled_gems export GEM_HOME=`pwd`/.bundled_gems ruby < 1.0 # which is not compatible with dependency of latest r10k on semantic_puppet ~> 0.1.0 -gem install puppet_forge -v '= 2.2.6' --verbose -gem install r10k -v 2.6.4 --no-ri --no-rdoc --verbose +$GEM_INSTALL_CMD puppet_forge -v '= 2.2.6' +$GEM_INSTALL_CMD r10k -v 2.6.4 # make sure there is no puppet module pre-installed rm -rf "${PUPPETFILE_DIR:?}/"*