re-add required apt repository for debian..not sure why I commented this out.
This commit is contained in:
parent
cb3cb5b48c
commit
461044fdd5
1 changed files with 2 additions and 2 deletions
|
@ -139,8 +139,8 @@ def create_fresh_os(vm_name, lucid=False, debian=False):
|
|||
#installed before.
|
||||
do_sudo('echo "rabbitmq-server rabbitmq-server/upgrade_previous note" | debconf-set-selections')
|
||||
|
||||
#if debian:
|
||||
#append('/etc/apt/sources.list', "deb http://www.debian-multimedia.org squeeze main non-free", use_sudo=True)
|
||||
if debian:
|
||||
append('/etc/apt/sources.list', "deb http://www.debian-multimedia.org squeeze main non-free", use_sudo=True)
|
||||
|
||||
def ubuntu_lucid_32(fresh_os=True):
|
||||
if (fresh_os):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue