aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2008-08-08 00:06:05 -0400
committerMicah Anderson <micah@riseup.net>2008-08-08 00:06:05 -0400
commit1d0ec732fcc23fdfd7763f9e1bfdcc394f2c7693 (patch)
tree254abb8f4c6fb9cde16b350591aa34add3bfa6b2 /templates
parented2382dec7f4a4c86ac44a0960c1ce7b605c591b (diff)
downloadpuppet-backupninja-1d0ec732fcc23fdfd7763f9e1bfdcc394f2c7693.tar.gz
puppet-backupninja-1d0ec732fcc23fdfd7763f9e1bfdcc394f2c7693.tar.bz2
adding the ability to specify how much maildir backups to keep
Diffstat (limited to 'templates')
-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 76123b6..fec4d6b 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}.each do |v|
+<% %w{when srcdir destdir desthost destuser destid_file keeydaily keepweekly keepmonthly}.each do |v|
if send(v)
-%><%= v + ' = ' + send(v) + "\n" %><%
end