]> git.donarmstrong.com Git - dsa-puppet.git/blob - templates/exim-test.erb
Maybe this won't make it go silly
[dsa-puppet.git] / templates / exim-test.erb
1 <% if has_variable?("clamd") && clamd == "$true" -%>
2 CLAMAV = clamd:/var/run/clamav/clamd.ctl
3 <% else -%>
4 # CLAMAV is undefined
5 <% end -%>
6 <% if has_variable?("postgrey") && postgrey == "true" -%>
7 USE_GREYLISTING = 1
8 # HAVE_GREYLIST is undefined
9 HAVE_POSTGREY = 1
10 <% elsif has_variable?("greylistd") && greylistd == "true" -%>
11 USE_GREYLISTING = 1
12 HAVE_GREYLIST = 1
13 # HAVE_POSTGREY is undefined
14 <% else -%>
15 # HAVE_POSTGREY is undefined
16 # HAVE_GREYLIST is undefined
17 # USE_GREYLISTING is undefined
18 <% end -%>
19 <% if has_variable?("bugs_host") && bugs_host == "true" -%>
20 HAS_USER_DEBBUGS = 1
21 <% else -%>
22 # HAS_USER_DEBBUGS is undefind
23 <% end -%>
24 <% if has_variable?("qa_host") && qa_host == "true" -%>
25 HAS_USER_QA = 1
26 <% else -%>
27 # HAS_USER_QA is undefined
28 <% end -%>