bugs_search -> bugs_mirror
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index 2bdae0d..647f457 100644 (file)
@@ -16,7 +16,12 @@ class roles {
                include buildd
        }
 
+       if getfromhash($site::nodeinfo, 'bugs_mirror') {
+               include roles::bugs_mirror
+       }
+
        if getfromhash($site::nodeinfo, 'ftp_master') {
+               include roles::ftp_master
                include roles::dakmaster
        }
 
@@ -50,6 +55,14 @@ class roles {
                include roles::dakmaster
        }
 
+       if getfromhash($site::nodeinfo, 'www_master') {
+               include roles::www_master
+       }
+
+       if getfromhash($site::nodeinfo, 'keyring') {
+               include roles::keyring
+       }
+
        if getfromhash($site::nodeinfo, 'apache2_ftp-upcoming_mirror') {
                include roles::ftp-upcoming_mirror
        }