diff options
author | Micah Anderson <micah@riseup.net> | 2008-07-08 19:02:07 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2008-07-08 19:02:07 +0000 |
commit | c4d0241f44979e3ea57589d708bcc6846b893385 (patch) | |
tree | 7c0b092cf190c54e732eca24a58552edae00ee72 /templates | |
parent | 46aae53ee252636124abe82fa2293e124afb7eed (diff) | |
download | puppet-backupninja-c4d0241f44979e3ea57589d708bcc6846b893385.tar.gz puppet-backupninja-c4d0241f44979e3ea57589d708bcc6846b893385.tar.bz2 |
forgot the when parameter which is needed for this handler
Diffstat (limited to 'templates')
-rw-r--r-- | templates/maildir.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/maildir.conf.erb b/templates/maildir.conf.erb index 370596a..76123b6 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{srcdir destdir desthost destuser destid_file}.each do |v| +<% %w{when srcdir destdir desthost destuser destid_file}.each do |v| if send(v) -%><%= v + ' = ' + send(v) + "\n" %><% end |