]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tilecache.rb
Disable firewall on tile caches
[chef.git] / roles / tilecache.rb
index a78cac73d107b1ca67666fd469da117ccb45206e..75a66f5fda31b3d72c21ca331c684315c13d0030 100644 (file)
@@ -10,7 +10,9 @@ default_attributes(
     }
   },
   :networking => {
-    :tcp_fastopen_key => "tile"
+    :firewall => {
+      :enabled => false
+    }
   },
   :nginx => {
     :access_log => false
@@ -46,12 +48,6 @@ default_attributes(
         "net.ipv4.tcp_tw_reuse" => 1
       }
     },
-    :kernel_tfo_listen_enable => {
-      :comment => "Enable TCP Fast Open for listening sockets",
-      :parameters => {
-        "net.ipv4.tcp_fastopen" => 3
-      }
-    },
     :squid_swappiness => {
       :comment => "Prefer not to swapout to free memory",
       :parameters => {