]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-02.rb
Move all load to katla
[chef.git] / roles / thorn-02.rb
index 64891cc9ab8bcffcf47c14cba7b533d58bac04f3..6016e17dadec94f73a8454220e1cc256e3e99581 100644 (file)
@@ -15,7 +15,10 @@ default_attributes(
   :sysctl => {
     :ipv6_autoconf => {
       :comment => "Disable IPv6 auto-configuration on internal interface",
-      :parameters => { "net.ipv6.conf.eth0.autoconf" => "0" }
+      :parameters => {
+        "net.ipv6.conf.eth0.autoconf" => "0",
+        "net.ipv6.conf.eth0.accept_ra" => "0"
+      }
     }
   }
 )