From 5c999c4be078da8267653d9794dca47f26c19575 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 26 Feb 2019 09:40:22 +0000 Subject: [PATCH] Add asmith as admin on HostedIn.NZ machines --- roles/hostedinnz.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/hostedinnz.rb b/roles/hostedinnz.rb index 40eaba9cc..2c7437677 100644 --- a/roles/hostedinnz.rb +++ b/roles/hostedinnz.rb @@ -2,6 +2,11 @@ name "hostedinnz" description "Role applied to all servers at HostedIn.NZ" default_attributes( + :accounts => { + :users => { + :asmith => { :status => :administrator } + } + }, :hosted_by => "HostedIn.NZ", :location => "Wellington, New Zealand", :networking => { -- 2.43.2