X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/21958591555b0b80370e944e3128ac5d533c281d..3c8f0b1687fec4ec84893d3f78f08843df0832f3:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index 3524d1aa9..907b1ae88 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -22,9 +22,6 @@ default_attributes( :max_requests_per_child => 100000 } }, - :apt => { - :sources => ["ubuntugis-stable"] - }, :postgresql => { :versions => ["9.1"], :settings => { @@ -83,7 +80,7 @@ default_attributes( :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v2.27.0", + :revision => "v2.29.1", :max_zoom => 19 } }