lib/testlab/provisioners/templates/raring/bootstrap.erb in testlab-0.9.1 vs lib/testlab/provisioners/templates/raring/bootstrap.erb in testlab-1.0.0

- old
+ new

@@ -1,15 +1,15 @@ set -x set -e export DEBIAN_FRONTEND="noninteractive" -if [ ! -f /.testlab-raring-bootstrap ]; then +if [ ! -f /.testlab-raring-provision ]; then # Update APT and ensure our required packages are installed apt-get -y update apt-get -y install lxc bridge-utils debootstrap yum iptables ntpdate ntp pbzip2 - touch /.testlab-raring-bootstrap + touch /.testlab-raring-provision fi # Ensure the default lxc networking services are off service lxc-net stop || (service lxc-net start ; service lxc-net stop)