Radvd is needed in the template so we can start testing with IPv6

This commit is contained in:
Hugo Trippaers 2014-01-09 12:32:58 +01:00
parent f741d99c80
commit d56a962445
2 changed files with 4 additions and 1 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
}
setup_accounts() {
@ -239,6 +239,7 @@ configure_services() {
chkconfig cloud off
chkconfig xl2tpd off
chkconfig hv_kvp_daemon off
chkconfig radvd off
}
do_signature() {

View File

@ -88,6 +88,8 @@ install_packages() {
# apt-get -q -y --force-yes purge build-essential
apt-get --no-install-recommends -q -y --force-yes install haproxy
apt-get --no-install-recommends -q -y --force=yes install radvd
}
setup_accounts() {