X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f68ae23a0afb7b8fb05a841774430874e4f21497..c52b1bc996300d8fd3044532b701edaeca1482eb:/roles/gps-tile.rb diff --git a/roles/gps-tile.rb b/roles/gps-tile.rb index 0b20f713d..c699693ef 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] + } } } )