From ccdc824adb8dca90572079f424c03b1db16ec538 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 16 Oct 2013 20:25:28 +0100 Subject: [PATCH] Fix gpstile user setup --- roles/gps-tile.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roles/gps-tile.rb b/roles/gps-tile.rb index 0b20f713d..c4aba9dbd 100644 --- a/roles/gps-tile.rb +++ b/roles/gps-tile.rb @@ -4,8 +4,11 @@ description "Role applied to all GPS tile servers" default_attributes( :accounts => { :users => { - :gpstile => :role, - :enf => { :status => :administrator } + :enf => { :status => :administrator }, + :gpstile => { + :status => :role, + :members => [ :enf, :tomh ] + } } } ) -- 2.43.2