From: Martin Zobel-Helas <zobel@debian.org>
Date: Tue, 31 Dec 2013 15:09:50 +0000 (+0100)
Subject: try this
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e4072b1c24cfc331aa01b6504e7f7491db07e3bd;p=dsa-puppet.git

try this
---

diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp
index 1f2c2163..c4832db9 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':