From: Martin Zobel-Helas Date: Tue, 31 Dec 2013 15:07:13 +0000 (+0100) Subject: add buildd.debian.org X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=sidebyside;h=0b051f15c69c25d1f7ab875b33e7d0887bfee3f2;p=mirror%2Fdsa-puppet.git add buildd.debian.org Signed-off-by: Martin Zobel-Helas --- diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index fd6d30426..1f2c21631 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -14,6 +14,9 @@ class roles { if getfromhash($site::nodeinfo, 'buildd') { include buildd + ssl::service { 'buildd.debian.org': + notify => Service['apache2'], + } } if getfromhash($site::nodeinfo, 'porterbox') {