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:
f29b653
)
Can't redefine exim4.conf statement
author
Stephen Gran
<steve@lobefin.net>
Thu, 7 May 2009 00:00:13 +0000
(
01:00
+0100)
committer
Stephen Gran
<steve@lobefin.net>
Thu, 7 May 2009 00:00:13 +0000
(
01:00
+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
80f44d8
..
b2c1e71
100644
(file)
--- a/
modules/exim/manifests/init.pp
+++ b/
modules/exim/manifests/init.pp
@@
-38,12
+38,6
@@
class exim {
mode => 750,
purge => true
;
- "/etc/exim4/exim4.conf":
- source => [ "puppet:///exim/per-host/$fqdn/exim4.conf",
- "puppet:///exim/common/exim4.conf" ],
- require => Package["exim4-daemon-heavy"],
- notify => Exec["exim4 reload"]
- ;
"/etc/exim4/manualroute":
require => Package["exim4-daemon-heavy"],
source => [ "puppet:///exim/per-host/$fqdn/manualroute",