aboutsummaryrefslogtreecommitdiff
path: root/templates/master.cf.debian-etch.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-20 10:40:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-02-20 10:40:37 -0300
commit9c350efb31084cd0b39f52ec0d84d3b949a41f21 (patch)
tree8e8a64e8bf99a40549acff928a752f2449f9fb39 /templates/master.cf.debian-etch.erb
parenta5c262bbb1cfb95c5bcb7c59bccb6736dcc17214 (diff)
parentd374575bfb9f6ebe55af1ffac537e7ccd0f484a9 (diff)
downloadpuppet-postfix-review.tar.gz
puppet-postfix-review.tar.bz2
Merge branch 'master' of git://gaffer.ptitcanardnoir.org/puppet-module-postfix into reviewreview
Diffstat (limited to 'templates/master.cf.debian-etch.erb')
-rw-r--r--templates/master.cf.debian-etch.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/master.cf.debian-etch.erb b/templates/master.cf.debian-etch.erb
index e6bc4ec..4b39f45 100644
--- a/templates/master.cf.debian-etch.erb
+++ b/templates/master.cf.debian-etch.erb
@@ -108,3 +108,7 @@ sympa unix - n n - - pipe
sympabounce unix - n n - - pipe
flags=R user=sympa argv=/usr/lib/sympa/bin/bouncequeue ${user}
<% end %>
+
+<%- unless postfix_mastercf_tail.to_s.empty? then -%>
+<%= postfix_mastercf_tail %>
+<%- end -%>