This commit is contained in:
Hugo Trippaers 2014-01-09 14:42:05 +01:00
parent 3baf61161a
commit 1b5f8e21a9
2 changed files with 3 additions and 2 deletions

View File

@ -105,7 +105,7 @@ install_packages() {
apt-get update
apt-get --no-install-recommends -q -y --force-yes install links:i386 libuuid1:i386
apt-get --no-install-recommends -q -y --force=yes install radvd
apt-get --no-install-recommends -q -y --force-yes install radvd
}
setup_accounts() {

View File

@ -89,7 +89,7 @@ install_packages() {
apt-get --no-install-recommends -q -y --force-yes install haproxy
apt-get --no-install-recommends -q -y --force=yes install radvd
apt-get --no-install-recommends -q -y --force-yes install radvd
}
setup_accounts() {
@ -222,6 +222,7 @@ configure_services() {
chkconfig --add cloud
chkconfig cloud off
chkconfig xl2tpd off
chkconfig radvd off
}
do_signature() {