summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2008-08-08 00:12:58 -0400
committerMicah Anderson <micah@riseup.net>2008-08-08 00:12:58 -0400
commitefc193d197f2285954c728fb3ed2a16eb0f2079f (patch)
treeb0ac236c248f2f879e76d7a25f37480ae5cfd492 /templates
parent1d0ec732fcc23fdfd7763f9e1bfdcc394f2c7693 (diff)
fix typo
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 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