]> gitweb.fluxo.info Git - puppet-postfix.git/commitdiff
Add the possibility to append arbitrary text to master.cf templates.
authorintrigeri <intrigeri@boum.org>
Mon, 18 Oct 2010 18:12:02 +0000 (20:12 +0200)
committerintrigeri <intrigeri@boum.org>
Mon, 18 Oct 2010 18:12:02 +0000 (20:12 +0200)
templates/master.cf.debian-etch.erb
templates/master.cf.debian-lenny.erb
templates/master.cf.redhat5.erb

index e6bc4ec724d28f92f206fa7f3cce0a58a7e11fc9..4b39f4543cf045c27046a158093cb62f59d2a998 100644 (file)
@@ -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 -%>
index 7a3aeae08e0e46feeb8ba9b631bb893817ef80ea..11d0fa08d27717fc4467ee11c7031104cc49abdf 100644 (file)
@@ -114,3 +114,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 -%>
index 8c3ee53d81507a454df29e85a9785f42ceca6e4b..3d0c7d6c42971ceb54f6db4a996c55122f334dc6 100644 (file)
@@ -79,3 +79,7 @@ ifmail    unix  -       n       n       -       -       pipe
   flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
 bsmtp     unix  -       n       n       -       -       pipe
   flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
+
+<%- unless postfix_mastercf_tail.to_s.empty? then -%>
+<%= postfix_mastercf_tail %>
+<%- end -%>