From 28c27463bfd63b101be28468266159233c086383 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 17 Mar 2020 22:37:49 +0000 Subject: [PATCH] Add remote hands account for Edgeuno --- roles/edgeuno.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/edgeuno.rb b/roles/edgeuno.rb index ae31ce92d..2563e76b5 100644 --- a/roles/edgeuno.rb +++ b/roles/edgeuno.rb @@ -2,6 +2,11 @@ name "edgeuno" description "Role applied to all servers at Edgeuno" default_attributes( + :accounts => { + :users => { + :e1admin => { :status => :administrator } + } + }, :hosted_by => "EdgeUno", :location => "Bogotá, Colombia", :networking => { -- 2.45.1