From efc193d197f2285954c728fb3ed2a16eb0f2079f Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 8 Aug 2008 00:12:58 -0400 Subject: fix typo --- templates/maildir.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/maildir.conf.erb b/templates/maildir.conf.erb index fec4d6b..351f382 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 keeydaily keepweekly keepmonthly}.each do |v| +<% %w{when srcdir destdir desthost destuser destid_file keepdaily keepweekly keepmonthly}.each do |v| if send(v) -%><%= v + ' = ' + send(v) + "\n" %><% end -- cgit v1.2.3