]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-03.rb
Use file URLs when merging replication diffs
[chef.git] / roles / thorn-03.rb
index 1be1235aa1391b6207c396147feb226e8139885b..d2f7cf602deecd939aae7b59cc0dd87210b04a49 100644 (file)
@@ -15,8 +15,14 @@ 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"
+      }
     }
+  },
+  :web => {
+    :readonly_database_host => "db-slave"
   }
 )