Remove unneeded workaround

Now that the pull request has merged, this workaround is no longer
needed.

Change-Id: I6fce6eb13d3e7c8da9ed60a7b9226c6ddb740b2a
This commit is contained in:
K Jonathan Harker 2015-03-13 12:15:57 -07:00
parent 6e4e40a89c
commit 0f12203ac8

View File

@ -52,13 +52,6 @@ fi
wget https://git.openstack.org/cgit/openstack-infra/system-config/plain/install_puppet.sh wget https://git.openstack.org/cgit/openstack-infra/system-config/plain/install_puppet.sh
sudo bash -xe 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 \ sudo git clone --depth=1 $GIT_BASE/openstack-infra/system-config.git \
/root/system-config /root/system-config
sudo /bin/bash /root/system-config/install_modules.sh sudo /bin/bash /root/system-config/install_modules.sh