]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add bugs.d.o
authorMartin Zobel-Helas <zobel@debian.org>
Wed, 8 Jan 2014 21:34:24 +0000 (22:34 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Wed, 8 Jan 2014 21:34:24 +0000 (22:34 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/roles/manifests/init.pp

index 4a862f713919625a63d6f89c96ffa6cb9d090c2e..1f610aeeee014e399f88ddee231997cbbeedaa1f 100644 (file)
@@ -27,6 +27,9 @@ class roles {
 
        if has_role('bugs_mirror') {
                include roles::bugs_mirror
+               ssl::service { 'bugs.debian.org':
+                       notify => Service['apache2'],
+               }
        }
 
        if has_role('ftp_master') {