Skip to content

Commit

Permalink
one more provision enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
Terri Haber committed Feb 28, 2015
1 parent 182392c commit 97aeec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cat > /etc/hosts <<EOH
192.168.137.10 xmaster.vagrant.vm xmaster puppet
192.168.137.14 xagent.vagrant.vm xagent
EOH
/sbin/service iptables stop

## Download and extract the PE installer
cd /vagrant/provision/pe || (echo "/vagrant/provision/pe doesn't exist." && exit 1)
if [ ! -f $FILENAME ]; then
Expand Down

0 comments on commit 97aeec9

Please sign in to comment.