X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f68ae23a0afb7b8fb05a841774430874e4f21497..2447911751797f6d1d47e9c3f4a2e709e2326aba:/roles/gps-tile.rb diff --git a/roles/gps-tile.rb b/roles/gps-tile.rb index 0b20f713d..3209148d5 100644 --- a/roles/gps-tile.rb +++ b/roles/gps-tile.rb @@ -4,8 +4,16 @@ 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] + } + } + }, + :apache => { + :ssl => { + :certificate => "tile.openstreetmap" } } )