]> 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 a4a6cf08b9b5b765d8ebed82d9110ef2d198fbe9..fad6b087a436751f643a1ef183d5263ec6fb78dd 100644 (file)
@@ -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
        }