From: Grant Slater Date: Sat, 13 Aug 2022 11:11:47 +0000 (+0300) Subject: Add pnorman user to all tile servers X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/339d4b5739cd0b75955ff0cb1142539e754d2bbc Add pnorman user to all tile servers --- diff --git a/roles/tile.rb b/roles/tile.rb index 25407d75b..3a51ba7de 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] } } },