Revision
333
Author
misc
Date
2010-11-19 21:19:09 +0100 (Fri, 19 Nov 2010)

Log Message

- fix template

Modified Paths

Modified: puppet/modules/postfix/templates/main.cf
===================================================================
--- puppet/modules/postfix/templates/main.cf	2010-11-19 20:19:06 UTC (rev 332)
+++ puppet/modules/postfix/templates/main.cf	2010-11-19 20:19:09 UTC (rev 333)
@@ -52,8 +52,9 @@
              #ldap:/etc/postfix/ldap_aliases.conf
 <%- end -%>
 
+
+<%- if all_tags.include?('postfix::smtp_server') -%>
 transport_maps = regexp:/etc/postfix/transport_regexp
-
 <%- end -%>
 
 <%- if classes.include?('sympa') -%>