aboutsummaryrefslogtreecommitdiff
path: root/templates/maildir.conf.erb
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-01-02 18:09:56 -0500
committerMicah Anderson <micah@riseup.net>2012-01-02 18:09:56 -0500
commit3cea58cd5081fdec65e93b76f53243455fc1faed (patch)
treea1042eb2b759724ed55ecd6dc6af46b7ffd32634 /templates/maildir.conf.erb
parent93851f9f3677009885e54fd53d9150aa5f527078 (diff)
downloadpuppet-backupninja-3cea58cd5081fdec65e93b76f53243455fc1faed.tar.gz
puppet-backupninja-3cea58cd5081fdec65e93b76f53243455fc1faed.tar.bz2
add destport to maildir handler config/template
Diffstat (limited to 'templates/maildir.conf.erb')
-rw-r--r--templates/maildir.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/maildir.conf.erb b/templates/maildir.conf.erb
index 351f382..71143d4 100644
--- a/templates/maildir.conf.erb
+++ b/templates/maildir.conf.erb
@@ -3,7 +3,7 @@
# the next time Puppet runs. Please make configuration changes to this
# service in Puppet.
-<% %w{when srcdir destdir desthost destuser destid_file keepdaily keepweekly keepmonthly}.each do |v|
+<% %w{when srcdir destdir desthost destuser destport destid_file keepdaily keepweekly keepmonthly}.each do |v|
if send(v)
-%><%= v + ' = ' + send(v) + "\n" %><%
end