From 1d0ec732fcc23fdfd7763f9e1bfdcc394f2c7693 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 8 Aug 2008 00:06:05 -0400 Subject: adding the ability to specify how much maildir backups to keep --- templates/maildir.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/maildir.conf.erb') 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 -- cgit v1.2.3