Only put dsa-email-virtualdomains on the MX-es, not all machines
[mirror/dsa-puppet.git] / modules / exim / manifests / mx.pp
index f719e62..e035abb 100644 (file)
@@ -32,4 +32,8 @@ class exim::mx inherits exim {
        package { 'nagios-plugins-standard':
                ensure => installed,
        }
+
+       file { '/etc/cron.d/dsa-email-virtualdomains':
+               source => 'puppet:///modules/exim/dsa-email-virtualdomains.cron',
+       }
 }