compared with
Current by Diego Parrilla
on Jun 17, 2012 15:01.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
# Create a new test zone and run a smoke test to guarantee the process was successful.
# Restart your automated provisioning system now

Example:

{code}

wget http://STACKOPSREPOS/stackops-0.5-b1349-d20120520.iso
umount /mnt/stackopsiso/
mount -o loop stackops-0.5-b1349-d20120520.iso /mnt/stackopsiso
cp -fR /mnt/stackopsiso/* /var/www/ubuntu/

{code}