From 0aa2526f9a91d82d40edb7d001a764682cc3c979 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 9 May 2020 12:16:34 +0100 Subject: [PATCH] Add remote hands account for greenminihost --- roles/greenmini.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/greenmini.rb b/roles/greenmini.rb index d9985b5c0..16f7974d5 100644 --- a/roles/greenmini.rb +++ b/roles/greenmini.rb @@ -2,6 +2,11 @@ name "greenmini" description "Role applied to all servers at greenminihost" default_attributes( + :accounts => { + :users => { + :joris => { :status => :administrator } + } + }, :hosted_by => "greenminihost", :location => "Dronten, Netherlands", :networking => { -- 2.45.2