X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=835f156812c751bd5c2406c5e8dd0ec89b5e579f;hb=142d7dd48ee282fc7cab2c036327dca1f4d87b07;hp=aa8c2a058845c8d37d9764e30ca4821c972ef59c;hpb=2fc357ea7c0d36836434720e44b5ea52146176a0;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index aa8c2a058..835f15681 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -45,6 +45,7 @@ class roles { if has_role('bugs_base') { ssl::service { 'bugs.debian.org': notify => Exec['service apache2 reload'], + key => true, } } if has_role('bugs_master') { @@ -63,8 +64,8 @@ class roles { } } - if has_role('manpages') { - ssl::service { 'manpages.debian.org': notify => Exec['service apache2 reload'], key => true, } + if has_role('manpages-dyn') { + include roles::manpages_dyn } if has_role('security_mirror') {