]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-01.rb
Configure karm as a database master
[chef.git] / roles / thorn-01.rb
index 0ce99559799d8f095381574e990237f690adfbfa..8e57e9eb9e1ceefff7e28d926e856d29b6b95715 100644 (file)
@@ -15,11 +15,11 @@ 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"
   }
 )