X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1a1b82f02357f19b9b953f1264c7ea3587c74568..fd98b3c103f6e6153e42cc3860f2ed61f1f4c5db:/roles/ucl.rb diff --git a/roles/ucl.rb b/roles/ucl.rb index b4bb93a47..2dd44ee70 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -3,21 +3,14 @@ description "Role applied to all servers at UCL" default_attributes( :bind => { - :forwarders => [ "144.82.100.1", "144.82.100.41" ] + :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" - } - } - } + :location => "London, England" ) override_attributes( :ntp => { - :servers => [ "ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk" ] + :servers => ["ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk"] } )