From 1325948a4800cc73a8ffe52fbfcc5467152e49b6 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 20 Jul 2018 10:35:32 +0100 Subject: [PATCH 1/1] Manage mmiler account on rhaegal --- roles/rhaegal.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/rhaegal.rb b/roles/rhaegal.rb index 4fe02e110..ac1cdfc5a 100644 --- a/roles/rhaegal.rb +++ b/roles/rhaegal.rb @@ -2,6 +2,11 @@ name "rhaegal" description "Master role applied to rhaegal" default_attributes( + :accounts => { + :users => { + :mmiler => { :status => :administrator } + } + }, :location => "Zagreb, Croatia", :networking => { :interfaces => { -- 2.43.2