X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/67c05c6c4b484a6cdac9473b4e6951e5c76c42a3..7ebe049da32826028cab723019f14159dfcee8d1:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index cb703ae71..f089d08b2 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -11,7 +11,7 @@ default_attributes( } }, :apache => { - :mpm => "event", + :mpms => ["event"], :timeout => 60, :event => { :server_limit => 60, @@ -100,7 +100,7 @@ default_attributes( :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v4.24.1", + :revision => "v4.25.0", :max_zoom => 19 } }