]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-01.rb
imagery: add remainder of os_sv_diff
[chef.git] / roles / thorn-01.rb
index 134e662e09bfb2940d6d99e1b58ddb3d49a0cc58..8e57e9eb9e1ceefff7e28d926e856d29b6b95715 100644 (file)
@@ -12,8 +12,14 @@ 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",
+        "net.ipv6.conf.eth0.accept_ra" => "0"
+      }
+    }
   }
 )