X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a73f3c8b5bf30fc55891e5b3df72106499824b9f..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index ea8b27daf..d0de61bbe 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 => :user }, :tile => { - :members => [:jburgess, :tomh] + :members => [:jburgess, :tomh, :pnorman] } } }, @@ -104,7 +105,8 @@ default_attributes( :styles => { :default => { :repository => "https://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v5.5.1", + :revision => "v5.6.1", + :fonts_script => "/srv/tile.openstreetmap.org/styles/default/scripts/get-fonts.sh", :max_zoom => 19 } }