]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/manifests/init.pp
add mailrelay role
[dsa-puppet.git] / modules / roles / manifests / init.pp
index b837c61f0260f95324c4ff4ebd856b3606ba9d4e..fad6b087a436751f643a1ef183d5263ec6fb78dd 100644 (file)
@@ -16,6 +16,10 @@ class roles {
                include buildd
        }
 
+       if getfromhash($site::nodeinfo, 'porterbox') {
+               include porterbox
+       }
+
        if getfromhash($site::nodeinfo, 'bugs_mirror') {
                include roles::bugs_mirror
        }
@@ -67,4 +71,16 @@ class roles {
        } elsif getfromhash($site::nodeinfo, 'static_source') {
                include roles::static_source
        }
+
+       if getfromhash($site::nodeinfo, 'weblog_provider') {
+               include roles::weblog_provider
+       }
+
+       if getfromhash($site::nodeinfo, 'mailrelay') {
+               include roles::mailrelay
+       }
+
+       if $::hostname in [ravel] {
+               include roles::weblog_destination
+       }
 }