projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e69508
)
And restart exim if the perl script changes
author
Stephen Gran
<steve@lobefin.net>
Fri, 22 May 2009 23:57:56 +0000
(
00:57
+0100)
committer
Stephen Gran
<steve@lobefin.net>
Fri, 22 May 2009 23:57:56 +0000
(
00:57
+0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/manifests/mx.pp
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/mx.pp
b/modules/exim/manifests/mx.pp
index
3eedf11
..
42b4783
100644
(file)
--- a/
modules/exim/manifests/mx.pp
+++ b/
modules/exim/manifests/mx.pp
@@
-11,7
+11,12
@@
class exim::mx inherits exim {
"/etc/exim4/exim_surbl.pl":
require => Package["exim4-daemon-heavy"],
source => [ "puppet:///exim/common/exim_surbl.pl" ]
+ notify => Exec["exim4 restart"]
;
}
+ exec { "exim4 restart":
+ path => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin",
+ refreshonly => true,
+ }
}