From 86517930db4ce769b5b56941e62a650b1b6b2429 Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Sun, 8 Nov 2015 13:07:11 +0000 Subject: [PATCH 1/1] Add local admin for exonetric site. --- roles/exonetric.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/exonetric.rb b/roles/exonetric.rb index 094fda110..bb67bca6a 100644 --- a/roles/exonetric.rb +++ b/roles/exonetric.rb @@ -2,6 +2,11 @@ name "exonetric" description "Role applied to all servers at Exonetric" default_attributes( + :accounts => { + :users => { + :hatter => { :status => :administrator } + } + }, :networking => { :roles => { :external => { -- 2.43.2