From e4072b1c24cfc331aa01b6504e7f7491db07e3bd Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Tue, 31 Dec 2013 16:09:50 +0100 Subject: [PATCH] try this --- modules/roles/manifests/init.pp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 1f2c21631..c4832db96 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -14,9 +14,6 @@ class roles { if getfromhash($site::nodeinfo, 'buildd') { include buildd - ssl::service { 'buildd.debian.org': - notify => Service['apache2'], - } } if getfromhash($site::nodeinfo, 'porterbox') { @@ -112,6 +109,12 @@ class roles { notify => Service['apache2'], } } + + if $::hostname in [wuiet] { + ssl::service { 'buildd.debian.org': + notify => Service['apache2'], + } + } if $::hostname in [pejacevic] { ssl::service { 'piuparts.debian.org': -- 2.20.1