]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-02.rb
Disable IPv6 auto-configuration on internal network for thorns
[chef.git] / roles / thorn-02.rb
index c896b14cbcaced6ee75b2cc77ab759ec39922137..64891cc9ab8bcffcf47c14cba7b533d58bac04f3 100644 (file)
@@ -12,8 +12,11 @@ default_attributes(
       }
     }
   },
-  :web => {
-    :readonly_database_host => "db-slave"
+  :sysctl => {
+    :ipv6_autoconf => {
+      :comment => "Disable IPv6 auto-configuration on internal interface",
+      :parameters => { "net.ipv6.conf.eth0.autoconf" => "0" }
+    }
   }
 )