X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=fc13165efa65cddc32cefeee3ed91e6c076a024c;hb=028da476cdb0458bd4fc6f91fdb7a83b44ac98a3;hp=7c9aa8590ce161f4888b000e7f2c0036c05a9435;hpb=a3f77c5f83d6adeea94753360c26da037a83583d;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 7c9aa8590..fc13165ef 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -265,6 +265,8 @@ class roles { if has_role('gobby_debian_org') { ssl::service { 'gobby.debian.org': notify => Service['apache2'], + key => true, + tlsaport => [443, 6523], } }