From: Martin Zobel-Helas Date: Tue, 31 Dec 2013 15:07:13 +0000 (+0100) Subject: add buildd.debian.org X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=0b051f15c69c25d1f7ab875b33e7d0887bfee3f2 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 fd6d3042..1f2c2163 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') {