X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=fb46df79aefb892c7ad0393a054cddd96a713a1c;hb=a7c24ac834c72e8ce97d9bcd6c2bd72a092e400e;hp=1e27bcd9c6beae7c05ff624ce036fbf659a25e5b;hpb=21e5d62634a48c6fb4ee93d58a68eb4a485984d5;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 1e27bcd9c..fb46df79a 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -69,6 +69,10 @@ class roles { include roles::www_mirror } + if has_role('mirror_debug') { + include roles::debug_mirror + } + if has_role('ftp.d.o') { include roles::ftp } @@ -270,4 +274,10 @@ class roles { if $::hostname in [lw01, lw02, lw03, lw04] { include snapshot } + + if has_role('veyepar.debian.org') { + ssl::service { 'veyepar.debian.org': + notify => Service['apache2'], + } + } }