X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3a4b1c2078cd515e93a5f1bf8967f380fbd1646f..3c8f0b1687fec4ec84893d3f78f08843df0832f3:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index 66011b6e3..907b1ae88 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -6,7 +6,7 @@ default_attributes( :users => { :tile => { :status => :role, - :members => [ :jburgess, :tomh ] + :members => [:jburgess, :tomh] } } }, @@ -22,11 +22,8 @@ default_attributes( :max_requests_per_child => 100000 } }, - :apt => { - :sources => [ "ubuntugis-stable" ] - }, :postgresql => { - :versions => [ "9.1" ], + :versions => ["9.1"], :settings => { :defaults => { :temp_buffers => "32MB", @@ -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 } }