X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=fc13165efa65cddc32cefeee3ed91e6c076a024c;hb=ef9f1826ffec6284f4d3c85f562d875d594c8634;hp=9fd39f98ee88c32362b294bf1d62d39ca9b0bc4e;hpb=9f609e7990fefc6dc4cc5fce1b1a6e40f12481c6;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 9fd39f98e..fc13165ef 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -64,6 +64,13 @@ class roles { } } + if has_role('manpages') { + ssl::service { 'manpages.debian.org': + notify => Service['apache2'], + key => true, + } + } + # XXX: turn this into a real role if getfromhash($site::nodeinfo, 'apache2_security_mirror') { include roles::security_mirror @@ -258,6 +265,8 @@ class roles { if has_role('gobby_debian_org') { ssl::service { 'gobby.debian.org': notify => Service['apache2'], + key => true, + tlsaport => [443, 6523], } }