From: Tom Hughes Date: Wed, 16 Oct 2013 19:25:28 +0000 (+0100) Subject: Fix gpstile user setup X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ccdc824adb8dca90572079f424c03b1db16ec538?ds=sidebyside Fix gpstile user setup --- 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 ] + } } } )