]> git.openstreetmap.org Git - chef.git/blobdiff - roles/spike-03.rb
Increase the passenger pool size for taginfo servers
[chef.git] / roles / spike-03.rb
index 532eb8d45f303e0149fcde863630dbfff818c751..ee85b29d34727d17efa1e1c7032c53c1331557a8 100644 (file)
@@ -30,7 +30,10 @@ 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"
+      }
     }
   }
 )