]> git.openstreetmap.org Git - chef.git/commitdiff
Disable firewall on tile caches
authorTom Hughes <tom@compton.nu>
Thu, 24 Sep 2020 16:09:10 +0000 (17:09 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 24 Sep 2020 16:24:53 +0000 (17:24 +0100)
roles/tilecache.rb

index a76af78a7f627b24e82597bc0d89ef14ed5d36b4..75a66f5fda31b3d72c21ca331c684315c13d0030 100644 (file)
@@ -9,6 +9,11 @@ default_attributes(
       }
     }
   },
+  :networking => {
+    :firewall => {
+      :enabled => false
+    }
+  },
   :nginx => {
     :access_log => false
   },