From efa1d9351db04db724ffc1e42174a6f78e0c73c1 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 28 May 2021 11:35:20 +0100 Subject: [PATCH 1/1] imagery: promote stereo to an admin --- roles/imagery.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] -- 2.39.5