X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c395a65dc34de6ab1ae80211598dbaa2b54b531f..a3fd2c2253fcca4fdf86ec4d70d3b3ca0eba8652:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index 82344ed7a..e9344cc68 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -6,9 +6,9 @@ default_attributes( :users => { :tile => { :status => :role, - :members => [ :jburgess, :tomh ] - }, - }, + :members => [:jburgess, :tomh] + } + } }, :apache => { :mpm => "event", @@ -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", @@ -54,9 +51,6 @@ default_attributes( } }, :tile => { - :database => { - :cluster => "9.1/main" - }, :data => { :world_boundaries => { :url => "http://planet.openstreetmap.org/historical-shapefiles/world_boundaries-spherical.tgz" @@ -83,7 +77,7 @@ default_attributes( :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v2.13.0", + :revision => "v2.29.1", :max_zoom => 19 } }