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:
fdad6d1
)
And fix the syntax error
author
Stephen Gran
<steve@lobefin.net>
Sun, 5 Apr 2009 03:02:25 +0000
(
04:02
+0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 5 Apr 2009 03:02:25 +0000
(
04:02
+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
110af6b
..
d045a97
100644
(file)
--- a/
modules/exim/manifests/init.pp
+++ b/
modules/exim/manifests/init.pp
@@
-95,7
+95,7
@@
class exim {
;
"/etc/exim4/local-auto.conf":
require => Package["exim4-daemon-heavy"],
- content => template("exim-local-auto.erb")
+ content => template("exim-local-auto.erb")
,
notify => Exec["exim4 reload"]
;
"/etc/exim4/ssl/thishost.crt":