From: Tom Hughes Date: Fri, 17 May 2019 07:44:14 +0000 (+0100) Subject: Add AARNet remote hands accounts X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c55255c97c7354c5fbe0b9e48571935875eeabff?hp=ec8bb2718a6d6d120b3e2c59f2bce29a4512dd78 Add AARNet remote hands accounts --- diff --git a/roles/aarnet.rb b/roles/aarnet.rb index c8d84f858..f028c23b0 100644 --- a/roles/aarnet.rb +++ b/roles/aarnet.rb @@ -2,6 +2,12 @@ name "aarnet" description "Role applied to all servers at AARNet" default_attributes( + :accounts => { + :users => { + :chm => { :status => :administrator }, + :bclifford => { :status => :administrator } + } + }, :hosted_by => "AARNet" )