Merge "Remove unneeded workaround"

This commit is contained in:
Jenkins 2015-03-16 23:04:56 +00:00 committed by Gerrit Code Review
commit aa56346513

View File

@ -52,13 +52,6 @@ fi
wget https://git.openstack.org/cgit/openstack-infra/system-config/plain/install_puppet.sh
sudo bash -xe install_puppet.sh
if [ "$THIN" = "false" ] ; then
# Workaround necessary until this pull request:
# https://github.com/puppetlabs/puppetlabs_spec_helper/pull/90
# is merged.
sudo gem install --version '~>2.99.0' rspec
fi
sudo git clone --depth=1 $GIT_BASE/openstack-infra/system-config.git \
/root/system-config
sudo /bin/bash /root/system-config/install_modules.sh