]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl.rb
Fix some rubocop detected style issues
[chef.git] / roles / ucl.rb
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"
-      }
-    }
   }
 )