Run install_modules.sh in puppet apply test

Change-Id: If1cd1824cab730920ff70334070d6355cb18fd6e
This commit is contained in:
James E. Blair 2014-07-10 10:30:57 -07:00
parent 096b74896a
commit 2f2f5ddcd4
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ echo "127.0.1.1 $HOST.openstack.org $HOST" >> /tmp/hosts
sudo mv /tmp/hosts /etc/hosts
sudo mkdir -p /var/run/puppet
sudo bash -x ./install_modules.sh
find applytest -name 'puppetapplytest*.final' -print0 | \
xargs -0 -P $(nproc) -n 1 -I filearg \
sudo puppet apply --modulepath=${MODULE_PATH} --noop --verbose --debug filearg > /dev/null