X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a48d3c6dbc350bfb430691dbc128ff06ad8f979a..160b22d0f33ad4231450839307b17fd24850b3de:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index 8de66fff5..03ed0e9b0 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -50,6 +50,9 @@ default_attributes( } } }, + :ssl => { + :ct_report_uri => false + }, :sysctl => { :sockets => { :comment => "Increase size of connection queue", @@ -102,7 +105,7 @@ default_attributes( }, :styles => { :default => { - :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", + :repository => "https://github.com/gravitystorm/openstreetmap-carto.git", :revision => "v4.25.0", :max_zoom => 19 }