]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add buildd.debian.org
authorMartin Zobel-Helas <zobel@debian.org>
Tue, 31 Dec 2013 15:07:13 +0000 (16:07 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Tue, 31 Dec 2013 15:07:13 +0000 (16:07 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/roles/manifests/init.pp

index fd6d30426de12a2512f832fe2e593a09f4c811da..1f2c21631e0b994988a030ad91f529f3870a72d0 100644 (file)
@@ -14,6 +14,9 @@ class roles {
 
        if getfromhash($site::nodeinfo, 'buildd') {
                include buildd
+               ssl::service { 'buildd.debian.org':
+                       notify => Service['apache2'],
+               }
        }
 
        if getfromhash($site::nodeinfo, 'porterbox') {