]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - templates/exim-test.erb
Last few fixups to match what exim.conf expects
[dsa-puppet.git] / templates / exim-test.erb
index bae5d01c901fa0a63ef8f1fba11a7a988aa155f9..94a571df646715f6d52ef41a01f73cc3e1ca6823 100644 (file)
@@ -22,12 +22,12 @@ HAVE_POLICYD = 1
 # HAVE_POLICYD is undefined
 <% end -%>
 <% if has_variable?("bugs_host") && bugs_host == "true" -%>
-HAS_USER_DEBBUGS = 1
+HAVE_USER_DEBBUGS = 1
 <% else -%>
-# HAS_USER_DEBBUGS is undefined
+# HAVE_USER_DEBBUGS is undefined
 <% end -%>
 <% if has_variable?("qa_host") && qa_host == "true" -%>
-HAS_USER_QA = 1
+HAVE_USER_QA = 1
 <% else -%>
-# HAS_USER_QA is undefined
+# HAVE_USER_QA is undefined
 <% end -%>