X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/90a349e0bc558441e65156eabb585c578d93fbfd..95131f239516b43febc32bfa86fdb24ce1821a09:/roles/spike-05.rb diff --git a/roles/spike-05.rb b/roles/spike-05.rb index 7710900aa..ce41465a8 100644 --- a/roles/spike-05.rb +++ b/roles/spike-05.rb @@ -26,15 +26,6 @@ default_attributes( :address => "2001:41c9:2:d6::22" } } - }, - :sysctl => { - :ipv6_autoconf => { - :comment => "Disable IPv6 auto-configuration on internal interface", - :parameters => { - "net.ipv6.conf.bond0.autoconf" => "0", - "net.ipv6.conf.bond0.accept_ra" => "0" - } - } } )