Revert "Pin puppet_forge gem to version 2.2.6 for tests"

We now have puppet_forge 2.2.9, r10k 2.6.2 and semantic_puppet 1.0.1, which do not create any incompatibility.

This reverts commit edbf361c7c.

Change-Id: I54ccdd24ce3717feaf4600c4cb4df38bae8b9b06
This commit is contained in:
Javier Peña 2018-03-13 14:39:24 +00:00
parent 110620b92b
commit 918cbd2cc8
1 changed files with 0 additions and 3 deletions

View File

@ -242,9 +242,6 @@ if [ "${INSTALL_FROM_SOURCE}" = true ]; then
export GEM_BIN_DIR=/tmp/packstackgems/bin/
export PUPPETFILE_DIR=/usr/share/openstack-puppet/modules
export GEM_HOME=/tmp/packstackgems
# puppet_forge 2.2.7 has a dependency on semantic_puppet ~> 1.0
# which is not compatible with dependency of latest r10k on semantic_puppet ~> 0.1.0
$SUDO gem install puppet_forge -v '= 2.2.6'
$SUDO gem install r10k --no-ri --no-rdoc
# make sure there is no puppet module pre-installed
$SUDO rm -rf "${PUPPETFILE_DIR:?}/"*