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