try this
authorMartin Zobel-Helas <zobel@debian.org>
Tue, 31 Dec 2013 15:09:50 +0000 (16:09 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Tue, 31 Dec 2013 15:09:50 +0000 (16:09 +0100)
modules/roles/manifests/init.pp

index 1f2c216..c4832db 100644 (file)
@@ -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':