X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ccdc824adb8dca90572079f424c03b1db16ec538..2447911751797f6d1d47e9c3f4a2e709e2326aba:/roles/gps-tile.rb diff --git a/roles/gps-tile.rb b/roles/gps-tile.rb index c4aba9dbd..3209148d5 100644 --- a/roles/gps-tile.rb +++ b/roles/gps-tile.rb @@ -7,9 +7,14 @@ default_attributes( :enf => { :status => :administrator }, :gpstile => { :status => :role, - :members => [ :enf, :tomh ] + :members => [:enf, :tomh] } } + }, + :apache => { + :ssl => { + :certificate => "tile.openstreetmap" + } } )