]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/manifests/init.pp
Remove ftp-upcoming
[dsa-puppet.git] / modules / roles / manifests / init.pp
index a4a6cf08b9b5b765d8ebed82d9110ef2d198fbe9..d76823d10f6cf5805463559062ec660d57388d8d 100644 (file)
@@ -58,8 +58,8 @@ class roles {
                include roles::keyring
        }
 
-       if getfromhash($site::nodeinfo, 'apache2_ftp-upcoming_mirror') {
-               include roles::ftp-upcoming_mirror
+       if getfromhash($site::nodeinfo, 'wiki') {
+               include roles::wiki
        }
 
        if getfromhash($site::nodeinfo, 'static_master') {
@@ -75,6 +75,11 @@ class roles {
        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
        }