]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Fix up the template a bit
authorStephen Gran <steve@lobefin.net>
Sun, 15 Mar 2009 17:01:43 +0000 (17:01 +0000)
committerStephen Gran <steve@lobefin.net>
Sun, 15 Mar 2009 17:01:43 +0000 (17:01 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
templates/exim-test.erb

index 7d044aafe7d4e772adad3158b15f22a748d7fe03..fbbe3be031b5cdffbee1e0f147d727c0ebdd026c 100644 (file)
@@ -16,10 +16,15 @@ HAVE_GREYLIST = 1
 # HAVE_GREYLIST is undefined
 # USE_GREYLISTING is undefined
 <% end -%>
+<% if has_variable?("policyd-weight") && policyd-weight == "true" -%>
+HAVE_POLICYD = 1
+<% else -%>
+# HAVE_POLICYD is undefined
+<% end -%>
 <% if has_variable?("bugs_host") && bugs_host == "true" -%>
 HAS_USER_DEBBUGS = 1
 <% else -%>
-# HAS_USER_DEBBUGS is undefind
+# HAS_USER_DEBBUGS is undefined
 <% end -%>
 <% if has_variable?("qa_host") && qa_host == "true" -%>
 HAS_USER_QA = 1