From: Martin Zobel-Helas Date: Wed, 8 Jan 2014 21:34:24 +0000 (+0100) Subject: add bugs.d.o X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=c5b1ba0b21f1724b5af4b6f479d2d8f849051243;p=mirror%2Fdsa-puppet.git add bugs.d.o Signed-off-by: Martin Zobel-Helas --- diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 4a862f713..1f610aeee 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -27,6 +27,9 @@ class roles { if has_role('bugs_mirror') { include roles::bugs_mirror + ssl::service { 'bugs.debian.org': + notify => Service['apache2'], + } } if has_role('ftp_master') {