From: Martin Zobel-Helas Date: Tue, 31 Dec 2013 15:09:50 +0000 (+0100) Subject: try this X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e4072b1c24cfc331aa01b6504e7f7491db07e3bd;p=mirror%2Fdsa-puppet.git try this --- 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':