]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/manifests/init.pp
add keyring
[dsa-puppet.git] / modules / roles / manifests / init.pp
index 2bdae0d38f7e9581d4cf82ae9572039baeb8a675..a8f745ab1dddcb2596c3cce4311a239c6acf4efc 100644 (file)
@@ -16,7 +16,12 @@ 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
        }
 
@@ -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
        }