]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-02.rb
Configure the publisher URL for rails port instances
[chef.git] / roles / thorn-02.rb
index 3bed1acc27b8daf62d51d4e0995ec8506cb75d7e..b226c3637571e9ee2e52baf456f0f40ed869d6a4 100644 (file)
@@ -11,6 +11,15 @@ default_attributes(
         :address => "146.179.159.166"
       }
     }
+  },
+  :sysctl => {
+    :ipv6_autoconf => {
+      :comment => "Disable IPv6 auto-configuration on internal interface",
+      :parameters => {
+        "net.ipv6.conf.eth0.autoconf" => "0",
+        "net.ipv6.conf.eth0.accept_ra" => "0"
+      }
+    }
   }
 )