X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=835f156812c751bd5c2406c5e8dd0ec89b5e579f;hb=142d7dd48ee282fc7cab2c036327dca1f4d87b07;hp=2e7a35767e58e5bd00b1beaa7a84f36877d16471;hpb=6d069253e13c9ad3713395a5b70de2e20a99f3e7;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 2e7a35767..835f15681 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -64,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') {