From: Stephen Gran Date: Sun, 15 Mar 2009 16:57:44 +0000 (+0000) Subject: No, it really is the string true, not the variable $true X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=82f50f30ee5dc5d6a5bce473ea3a83d956002294;p=dsa-puppet.git No, it really is the string true, not the variable $true Signed-off-by: Stephen Gran --- diff --git a/templates/exim-test.erb b/templates/exim-test.erb index 1306b947..7d044aaf 100644 --- 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