From: Grant Slater Date: Fri, 28 May 2021 10:35:20 +0000 (+0100) Subject: imagery: promote stereo to an admin X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/efa1d9351db04db724ffc1e42174a6f78e0c73c1?ds=sidebyside imagery: promote stereo to an admin --- diff --git a/roles/imagery.rb b/roles/imagery.rb index 3cc42a718..8556d249a 100644 --- a/roles/imagery.rb +++ b/roles/imagery.rb @@ -6,7 +6,7 @@ default_attributes( :users => { :dmlu => { :status => :user }, :htonl => { :status => :user }, - :stereo => { :status => :user }, + :stereo => { :status => :administrator }, :imagery => { :status => :role, :members => [:grant, :tomh, :dmlu, :htonl, :stereo ]