add www_master
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index d4bc683..fbe2d47 100644 (file)
@@ -16,6 +16,10 @@ class roles {
                include buildd
        }
 
+       if getfromhash($site::nodeinfo, 'bugs_search') {
+               include roles::bugs_search
+       }
+
        if getfromhash($site::nodeinfo, 'ftp_master') {
                include roles::ftp_master
                include roles::dakmaster
@@ -51,6 +55,10 @@ class roles {
                include roles::dakmaster
        }
 
+       if getfromhash($site::nodeinfo, 'www_master') {
+               include roles::www_master
+       }
+
        if getfromhash($site::nodeinfo, 'apache2_ftp-upcoming_mirror') {
                include roles::ftp-upcoming_mirror
        }