X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b4c704180591e1acb8de6b1a2c96d91c1665783d..08be09e5a29886586d4955e6bdcc6592ed6e531e:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index b5ab16932..20bded97f 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -24,15 +24,6 @@ default_attributes( :listen_cores_buckets_ratio => 8 } }, - :munin => { - :plugins => { - :renderd_processed => { - :graph_order => "reqPrio req reqLow dirty reqBulk dropped", - :reqPrio => { :draw => "AREA" }, - :req => { :draw => "STACK" } - } - } - }, :postgresql => { :settings => { :defaults => { @@ -107,8 +98,9 @@ default_attributes( :styles => { :default => { :repository => "https://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v5.8.0", + :revision => "v5.9.0", :fonts_script => "/srv/tile.openstreetmap.org/styles/default/scripts/get-fonts.sh", + :functions_script => "/srv/tile.openstreetmap.org/styles/default/functions.sql", :max_zoom => 19 } }