]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
No, it really is the string true, not the variable $true
authorStephen Gran <steve@lobefin.net>
Sun, 15 Mar 2009 16:57:44 +0000 (16:57 +0000)
committerStephen 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

index 1306b947c27c58ca8b8f01810f23fba14364829d..7d044aafe7d4e772adad3158b15f22a748d7fe03 100644 (file)
@@ -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