X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fsalsa%2Fmanifests%2Finit.pp;h=02b89a07b0a86ed5cfb41cfdb246b78148cb0186;hb=refs%2Fheads%2Ffordsaold;hp=73821cc68e19891505ed9c568266c6bdf5ec7c6f;hpb=f3ffd319f63a6dd9591f6f18f52e6c50902e3ed5;p=mirror%2Fdsa-puppet.git diff --git a/modules/salsa/manifests/init.pp b/modules/salsa/manifests/init.pp index 73821cc68..02b89a07b 100644 --- a/modules/salsa/manifests/init.pp +++ b/modules/salsa/manifests/init.pp @@ -114,12 +114,13 @@ class salsa inherits salsa::params { } # pages file { "/etc/network/interfaces.d/pages.debian.net.conf": - content => @("EOF"), - iface eth0 inet static - address 209.87.16.45/24 + content => @(EOF), iface eth0 inet6 static address 2607:f8f0:614:1::1274:45/64 preferred-lifetime 0 + pre-up echo 0 > /proc/sys/net/ipv6/conf/$IFACE/accept_dad + iface eth0 inet static + address 209.87.16.45/24 | EOF notify => Exec['service networking reload'], }