From: Stephen Gran Date: Fri, 22 May 2009 23:59:16 +0000 (+0100) Subject: And more syntax thing X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=95061d21c3fa853d8b88c6477e36292e0dfe6141;p=dsa-puppet.git And more syntax thing Signed-off-by: Stephen Gran --- diff --git a/modules/exim/manifests/mx.pp b/modules/exim/manifests/mx.pp index 42b47839..1e77aa92 100644 --- a/modules/exim/manifests/mx.pp +++ b/modules/exim/manifests/mx.pp @@ -10,7 +10,7 @@ class exim::mx inherits exim { ; "/etc/exim4/exim_surbl.pl": require => Package["exim4-daemon-heavy"], - source => [ "puppet:///exim/common/exim_surbl.pl" ] + source => [ "puppet:///exim/common/exim_surbl.pl" ], notify => Exec["exim4 restart"] ; }