From ded58f9ecc15e5ac11f9257be35837143b333b6a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 18 Oct 2017 22:42:46 +0100 Subject: [PATCH] Make g5team an admin on G5 Solutions machines --- roles/g5solutions.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/g5solutions.rb b/roles/g5solutions.rb index b7985382c..5cb41ec5d 100644 --- a/roles/g5solutions.rb +++ b/roles/g5solutions.rb @@ -2,6 +2,11 @@ name "g5solutions" description "Role applied to all servers at G5 Solutions" default_attributes( + :accounts => { + :users => { + :g5team => { :status => :administrator } + } + }, :hosted_by => "G5 Solutions", :location => "Indonesia", :networking => { -- 2.43.2