prepare alioth archive puppet role
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index e447ebb..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, }
        }
 
@@ -370,4 +371,12 @@ class roles {
        if has_role('debconf_wafer') {
                include roles::debconf_wafer
        }
+
+       if has_role('cdbuilder_local_mirror') {
+               include roles::cdbuilder_local_mirror
+       }
+
+       if has_role('alioth_archive') {
+               include roles::alioth_archive
+       }
 }