]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/manifests/init.pp
add rt.debian.org
[dsa-puppet.git] / modules / roles / manifests / init.pp
index 1f2c21631e0b994988a030ad91f529f3870a72d0..ddb299d85bd84989e7e70e6d1876ae98184a2aeb 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') {
@@ -107,11 +104,23 @@ class roles {
                }
        }
 
+       if $::hostname in [reger] {
+               ssl::service { 'rt.debian.org':
+                       notify => Service['apache2'],
+               }
+       }
+
        if $::hostname in [ullmann] {
                ssl::service { 'udd.debian.org':
                        notify => Service['apache2'],
                }
        }
+       
+       if $::hostname in [wuiet] {
+               ssl::service { 'buildd.debian.org':
+                       notify => Service['apache2'],
+               }
+       }
 
        if $::hostname in [pejacevic] {
                ssl::service { 'piuparts.debian.org':