X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/68af7096df77fd8a253a42825c857758b86cf687..2d07dfd8318cd74ce162149b7fb87dd93401a8ee:/roles/spike-05.rb?ds=sidebyside 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" - } - } } )