aboutsummaryrefslogtreecommitdiff
path: root/templates/master.cf.debian-etch.erb
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-10-18 20:12:02 +0200
committerintrigeri <intrigeri@boum.org>2010-10-18 20:12:02 +0200
commit146a4eadee759b87d6e97a692d01090f6bb2f6c4 (patch)
tree964d99db004062dc71ed1c6b66d0775032cb9704 /templates/master.cf.debian-etch.erb
parent04d4503a18656d664fac26c772665909dd055f59 (diff)
downloadpuppet-postfix-146a4eadee759b87d6e97a692d01090f6bb2f6c4.tar.gz
puppet-postfix-146a4eadee759b87d6e97a692d01090f6bb2f6c4.tar.bz2
Add the possibility to append arbitrary text to master.cf templates.
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 -%>