aboutsummaryrefslogtreecommitdiff
path: root/templates/maildir.conf.erb
blob: ac1611a945c1508b72b0c8f4bdefd470274972c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This configuration file was auto-generated by the Puppet configuration
# management system.  Any changes you make to this file will be overwritten
# the next time Puppet runs.  Please make configuration changes to this
# service in Puppet.

<%= 'when = '+ @when if @when %>
<%= 'srcdir = '+ @srcdir if @srcdir %>
<%= 'destdir = '+ @destdir if @destdir %>
<%= 'desthost = '+ @desthost if @desthost %>
<%= 'destuser = '+ @destuser if @destuser %>
<%= 'destid_file = '+ @destid_file if @destid_file %>
<%= 'keepdaily = '+ @keepdaily if @keepdaily %>
<%= 'keepweekly = '+ @keepweekly if @keepweekly %>
<%= 'keepmonthly = '+ @keepmonthly if @keepmonthly %>

remove = <%= @remove ? 'yes' : 'no' %>
multiconnection = <%= @multiconnection ? 'yes' : 'no' %>