prepare alioth archive puppet role
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index 2172cd2..f930906 100644 (file)
@@ -45,6 +45,7 @@ class roles {
                }
        }
        if has_role('bugs_master') {
+               ssl::service { 'bugs-devel.debian.org': notify  => Exec['service apache2 reload'], key => true, }
                ssl::service { 'bugs-master.debian.org': notify  => Exec['service apache2 reload'], key => true, }
        }
 
@@ -374,4 +375,8 @@ class roles {
        if has_role('cdbuilder_local_mirror') {
                include roles::cdbuilder_local_mirror
        }
+
+       if has_role('alioth_archive') {
+               include roles::alioth_archive
+       }
 }