X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/993f685877826d1a0f1433c2161f1f2d1f20b1b4..a7888b95d5e1e41ee913e8106401054026e8bb5f:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index d0de61bbe..56f6fe958 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -4,7 +4,7 @@ description "Role applied to all tile servers" default_attributes( :accounts => { :users => { - :pnorman => { :status => :user }, + :pnorman => { :status => :administrator }, :tile => { :members => [:jburgess, :tomh, :pnorman] } @@ -105,7 +105,7 @@ default_attributes( :styles => { :default => { :repository => "https://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v5.6.1", + :revision => "v5.6.2", :fonts_script => "/srv/tile.openstreetmap.org/styles/default/scripts/get-fonts.sh", :max_zoom => 19 }