From: Tom Hughes Date: Thu, 24 Sep 2020 18:11:30 +0000 (+0100) Subject: Enable firewall on tile caches X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ecd951c35543637edf381f329876a3a2d140b019 Enable firewall on tile caches --- diff --git a/roles/tilecache.rb b/roles/tilecache.rb index 75a66f5fd..a76af78a7 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -9,11 +9,6 @@ default_attributes( } } }, - :networking => { - :firewall => { - :enabled => false - } - }, :nginx => { :access_log => false },