aboutsummaryrefslogtreecommitdiff
path: root/templates/maildir.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/maildir.conf.erb')
-rw-r--r--templates/maildir.conf.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/maildir.conf.erb b/templates/maildir.conf.erb
index 351f382..7f454a3 100644
--- a/templates/maildir.conf.erb
+++ b/templates/maildir.conf.erb
@@ -3,12 +3,12 @@
# 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 @destid_file @keepdaily @keepweekly @keepmonthly}.each do |v|
if send(v)
-%><%= v + ' = ' + send(v) + "\n" %><%
end
end -%>
-remove = <%= remove ? 'yes' : 'no' %>
-multiconnection = <%= multiconnection ? 'yes' : 'no' %>
+remove = <%= @remove ? 'yes' : 'no' %>
+multiconnection = <%= @multiconnection ? 'yes' : 'no' %>