From: Grant Slater Date: Wed, 25 Jun 2014 10:09:41 +0000 (+0100) Subject: Disable SACK only @ UCL Wates House X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/77d9c4b9d3224778c720cb036344e6d06245a788?hp=d6bea8c3d5df1a6dc5763a26e76b76807879342b Disable SACK only @ UCL Wates House --- diff --git a/roles/ucl-wates.rb b/roles/ucl-wates.rb index 80cf8ff5e..7fe47bb43 100644 --- a/roles/ucl-wates.rb +++ b/roles/ucl-wates.rb @@ -18,6 +18,14 @@ default_attributes( } } } + }, + :sysctl => { + :sack => { + :comment => "Disable SACK as the UCL firewall breaks it", + :parameters => { + "net.ipv4.tcp_sack" => "0" + } + } } ) diff --git a/roles/ucl.rb b/roles/ucl.rb index b4bb93a47..cb6bfce9b 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -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" - } - } } )