Re-add the universe enablement.
Change-Id: I797dd87260a59d5c0913bd47300e429ea8276d6e
This commit is contained in:
@@ -40,6 +40,7 @@ conn = Driver(CLOUD_SERVERS_USERNAME, CLOUD_SERVERS_API_KEY)
|
||||
sd = SSHKeyDeployment(open(os.path.expanduser("~/.ssh/id_rsa.pub")).read())
|
||||
# a simple script to install puppet post boot, can be much more complicated.
|
||||
script = ScriptDeployment("""
|
||||
perl -ple 's/main/main universe/' -i /etc/apt/sources.list
|
||||
apt-get update
|
||||
apt-get -y --force-yes upgrade
|
||||
apt-get install -y --force-yes git rubygems
|
||||
|
||||
Reference in New Issue
Block a user