From: Stephen Gran Date: Sun, 22 Feb 2009 18:43:04 +0000 (+0000) Subject: Maybe fix it this time? X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=0e00191bee34e88d75810f5f88c593574305200d;p=mirror%2Fdsa-puppet.git Maybe fix it this time? Signed-off-by: Stephen Gran --- diff --git a/modules/exim/manifests/init.pp b/modules/exim/manifests/init.pp index 572b40c59..8a52f70e9 100644 --- a/modules/exim/manifests/init.pp +++ b/modules/exim/manifests/init.pp @@ -8,9 +8,9 @@ class exim { group => root, mode => 664, source => [ "puppet:///exim/per-host/$fqdn/exim4.conf", - "puppet:///exim/common/exim4.conf" ] + "puppet:///exim/common/exim4.conf" ], require => Package["exim4-heavy"], - notify => Exec["exim4 reload"], + notify => Exec["exim4 reload"] ; "/etc/exim4/blacklist": owner => root,