We need to HUP exim after changing macro definitions
[mirror/dsa-puppet.git] / modules / exim / manifests / init.pp
index a444baa..110af6b 100644 (file)
@@ -96,6 +96,7 @@ class exim {
         "/etc/exim4/local-auto.conf":
           require => Package["exim4-daemon-heavy"],
           content => template("exim-local-auto.erb")
+          notify  => Exec["exim4 reload"]
           ;
         "/etc/exim4/ssl/thishost.crt":
           require => Package["exim4-daemon-heavy"],