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:
8c5e427
)
And more syntax thing
author
Stephen Gran
<steve@lobefin.net>
Fri, 22 May 2009 23:59:16 +0000
(
00:59
+0100)
committer
Stephen Gran
<steve@lobefin.net>
Fri, 22 May 2009 23:59:16 +0000
(
00:59
+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
42b4783
..
1e77aa9
100644
(file)
--- a/
modules/exim/manifests/mx.pp
+++ b/
modules/exim/manifests/mx.pp
@@
-10,7
+10,7
@@
class exim::mx inherits exim {
;
"/etc/exim4/exim_surbl.pl":
require => Package["exim4-daemon-heavy"],
- source => [ "puppet:///exim/common/exim_surbl.pl" ]
+ source => [ "puppet:///exim/common/exim_surbl.pl" ]
,
notify => Exec["exim4 restart"]
;
}