merge mirror and master authorized_keys and wrapper script
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index a4a6cf0..fad6b08 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
        }