From: Tom Hughes Date: Wed, 9 Nov 2022 22:33:01 +0000 (+0000) Subject: Bump norman up to administrator on tile servers X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/281fc20d397cae1ff966d0157a351f4958ce8d24 Bump norman up to administrator on tile servers --- diff --git a/roles/tile.rb b/roles/tile.rb index d0de61bbe..1a701aa2d 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] }