]> git.openstreetmap.org Git - chef.git/commitdiff
Disable SACK only @ UCL Wates House
authorGrant Slater <git@firefishy.com>
Wed, 25 Jun 2014 10:09:41 +0000 (11:09 +0100)
committerGrant Slater <git@firefishy.com>
Wed, 25 Jun 2014 10:09:41 +0000 (11:09 +0100)
roles/ucl-wates.rb
roles/ucl.rb

index 80cf8ff5ea262881825dc5cfd58f97a72e683d7e..7fe47bb439c2fb7fb4562c8cbb0025589100c929 100644 (file)
@@ -18,6 +18,14 @@ default_attributes(
         }
       }
     }
+  },
+  :sysctl => {
+    :sack => {
+      :comment => "Disable SACK as the UCL firewall breaks it",
+      :parameters => { 
+        "net.ipv4.tcp_sack" => "0"
+      }
+    }
   }
 )
 
index b4bb93a47534e473acc6d321c6692ff91fbdf077..cb6bfce9bb929ce1a57204a6d6b34c8611ec1102 100644 (file)
@@ -4,14 +4,6 @@ description "Role applied to all servers at UCL"
 default_attributes(
   :bind => {
     :forwarders => [ "144.82.100.1", "144.82.100.41" ]
-  },
-  :sysctl => {
-    :sack => {
-      :comment => "Disable SACK as the UCL firewall breaks it",
-      :parameters => { 
-        "net.ipv4.tcp_sack" => "0"
-      }
-    }
   }
 )