]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl.rb
Convert fail2ban_jail to an LWRP
[chef.git] / roles / ucl.rb
index b4bb93a47534e473acc6d321c6692ff91fbdf077..842daad985013736a262dea9cf82d5c37cfdb6e1 100644 (file)
@@ -3,21 +3,13 @@ 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"
-      }
-    }
+    :forwarders => ["144.82.100.1", "144.82.100.41"]
   }
 )
 
 override_attributes(
   :ntp => {
-    :servers => [ "ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk" ]
+    :servers => ["ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk"]
   }
 )