From 2ff1b4aae084799433890a276dd09d0b6a77ce54 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 25 May 2017 14:25:59 +0100 Subject: [PATCH] Make grnet user an administrator on GRNET machines --- roles/grnet.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/grnet.rb b/roles/grnet.rb index 30dc0a5f5..102ae9df5 100644 --- a/roles/grnet.rb +++ b/roles/grnet.rb @@ -2,6 +2,11 @@ name "grnet" description "Role applied to all servers at GRNET" default_attributes( + :accounts => { + :users => { + :grnet => { :status => :administrator } + } + }, :hosted_by => "GRNET", :location => "Athens, Greece", :networking => { -- 2.43.2