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:
b24e4ca
)
Maybe fix it this time?
author
Stephen Gran
<steve@lobefin.net>
Sun, 22 Feb 2009 18:43:04 +0000
(18:43 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 22 Feb 2009 18:43:04 +0000
(18:43 +0000)
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
572b40c
..
8a52f70
100644
(file)
--- 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,