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:
b7840b5
)
Seems like this has a syntax error as well
author
Stephen Gran
<steve@lobefin.net>
Sun, 29 Mar 2009 11:06:31 +0000
(12:06 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 29 Mar 2009 11:06:31 +0000
(12:06 +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
0aa2e00
..
d5c679a
100644
(file)
--- a/
modules/exim/manifests/init.pp
+++ b/
modules/exim/manifests/init.pp
@@
-94,6
+94,6
@@
class exim {
}
class eximmx inherits exim {
- include clamav
;
- include postgrey
;
+ include clamav
+ include postgrey
}