Short test - this is the wrong way to do it, but lets see if the idea
[mirror/dsa-puppet.git] / templates / exim-local-auto.erb
index 349d6ed..fa0f4c9 100644 (file)
@@ -46,3 +46,11 @@ USE_TLS = 1
 <% else -%>
 # USE_TLS is undefined
 <% end -%>
+
+# Firewall stuff
+<% if has_variable?("fqdn") && fqdn == "lafayette.debian.org" -%>
+STUPID_FIREWALL = 1
+<% else -%>
+# STUPID_FIREWALL is undefined
+<% end -%>
+