X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/41968484ba20687b85fc9d6c4011f64d7128419a..186e4a0d86d300fee401014d1781adb87ed8d3e5:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index cb703ae71..03ed0e9b0 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -5,7 +5,6 @@ default_attributes( :accounts => { :users => { :tile => { - :status => :role, :members => [:jburgess, :tomh] } } @@ -51,6 +50,9 @@ default_attributes( } } }, + :ssl => { + :ct_report_uri => false + }, :sysctl => { :sockets => { :comment => "Increase size of connection queue", @@ -67,6 +69,10 @@ default_attributes( } }, :tile => { + :database => { + :style_file => "/srv/tile.openstreetmap.org/styles/default/openstreetmap-carto.style", + :tag_transform_script => "/srv/tile.openstreetmap.org/styles/default/openstreetmap-carto.lua" + }, :data => { :simplified_land_polygons => { :url => "https://osmdata.openstreetmap.de/download/simplified-land-polygons-complete-3857.zip", @@ -99,8 +105,8 @@ default_attributes( }, :styles => { :default => { - :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v4.24.1", + :repository => "https://github.com/gravitystorm/openstreetmap-carto.git", + :revision => "v4.25.0", :max_zoom => 19 } }