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:
1d1d33c
)
We need to HUP exim after changing macro definitions
author
Stephen Gran
<steve@lobefin.net>
Sun, 5 Apr 2009 02:58:40 +0000
(
03:58
+0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 5 Apr 2009 02:58:40 +0000
(
03:58
+0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/init.pp
b/modules/exim/manifests/init.pp
index
a444baa
..
110af6b
100644
(file)
--- 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"],