From 0b051f15c69c25d1f7ab875b33e7d0887bfee3f2 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Tue, 31 Dec 2013 16:07:13 +0100 Subject: [PATCH] add buildd.debian.org Signed-off-by: Martin Zobel-Helas --- modules/roles/manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) 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') { -- 2.39.2