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:
618302d
)
No, it really is the string true, not the variable $true
author
Stephen Gran
<steve@lobefin.net>
Sun, 15 Mar 2009 16:57:44 +0000
(16:57 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 15 Mar 2009 16:57:44 +0000
(16:57 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
templates/exim-test.erb
patch
|
blob
|
history
diff --git
a/templates/exim-test.erb
b/templates/exim-test.erb
index
1306b94
..
7d044aa
100644
(file)
--- a/
templates/exim-test.erb
+++ b/
templates/exim-test.erb
@@
-1,4
+1,4
@@
-<% if has_variable?("clamd") && clamd == "
$
true" -%>
+<% if has_variable?("clamd") && clamd == "true" -%>
CLAMAV = clamd:/var/run/clamav/clamd.ctl
<% else -%>
# CLAMAV is undefined