]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Enable mod_evasive for all apache instances except render servers
[chef.git] / roles / tile.rb
index ac642a758e6c0d88419a7ebda46df652baf8f4bc..4c47704dcc378bbeae2361878565d2ba218ba160 100644 (file)
@@ -13,6 +13,7 @@ default_attributes(
   :apache => {
     :mpm => "event",
     :timeout => 60,
+    :evasive => false,
     :event => {
       :threads_per_child => 20,
       :min_spare_threads => 300,
@@ -104,7 +105,7 @@ default_attributes(
     :styles => {
       :default => {
         :repository => "https://github.com/gravitystorm/openstreetmap-carto.git",
-        :revision => "v5.7.0",
+        :revision => "v5.8.0",
         :fonts_script => "/srv/tile.openstreetmap.org/styles/default/scripts/get-fonts.sh",
         :max_zoom => 19
       }