X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8fc909af185e93f6014d3edc9fe01be643c239c1..d5911b021a544693d2a6a34a6f2acc7023b6de77:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index c188be8d5..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.6.0", + :revision => "v5.6.1", + :fonts_script => "/srv/tile.openstreetmap.org/styles/default/scripts/get-fonts.sh", :max_zoom => 19 } }