From: Stephen Gran Date: Sun, 5 Apr 2009 02:58:40 +0000 (+0100) Subject: We need to HUP exim after changing macro definitions X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=55aa63e1ea1b8425b75ad18fb9ea07b3c27f3f5d;p=mirror%2Fdsa-puppet.git We need to HUP exim after changing macro definitions Signed-off-by: Stephen Gran --- diff --git a/modules/exim/manifests/init.pp b/modules/exim/manifests/init.pp index a444baa71..110af6b2a 100644 --- a/modules/exim/manifests/init.pp +++ b/modules/exim/manifests/init.pp @@ -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"],