From: Stephen Gran Date: Sun, 5 Apr 2009 03:02:25 +0000 (+0100) Subject: And fix the syntax error X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=881321b86f30ee4afa2b32dfba47a4ba95269d3a;p=mirror%2Fdsa-puppet.git And fix the syntax error Signed-off-by: Stephen Gran --- diff --git a/modules/exim/manifests/init.pp b/modules/exim/manifests/init.pp index 110af6b2a..d045a97ab 100644 --- a/modules/exim/manifests/init.pp +++ b/modules/exim/manifests/init.pp @@ -95,7 +95,7 @@ class exim { ; "/etc/exim4/local-auto.conf": require => Package["exim4-daemon-heavy"], - content => template("exim-local-auto.erb") + content => template("exim-local-auto.erb"), notify => Exec["exim4 reload"] ; "/etc/exim4/ssl/thishost.crt":