Merge "Remove /etc/puppet/modules on apply test"

This commit is contained in:
Jenkins 2014-09-03 21:47:14 +00:00 committed by Gerrit Code Review
commit 8ffcaab9a0

View File

@ -3,6 +3,9 @@
ROOT=$(readlink -fn $(dirname $0))
MODULE_PATH="${ROOT}/modules:/etc/puppet/modules"
sudo rm -fr /etc/puppet/modules
sudo mkdir -p /etc/puppet/modules
if [[ ! -d applytest ]] ; then
mkdir applytest
fi