From 05b987d4d81e8d46203a9dc368eab25c8b973dfc Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 8 Jul 2008 18:43:40 +0000 Subject: make new maildir piece to backupninja module --- templates/maildir.conf.erb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/maildir.conf.erb (limited to 'templates') diff --git a/templates/maildir.conf.erb b/templates/maildir.conf.erb new file mode 100644 index 0000000..370596a --- /dev/null +++ b/templates/maildir.conf.erb @@ -0,0 +1,14 @@ +# 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. + +<% %w{srcdir destdir desthost destuser destid_file}.each do |v| + if send(v) + -%><%= v + ' = ' + send(v) + "\n" %><% + end +end -%> + +remove = <%= remove ? 'yes' : 'no' %> +multiconnection = <%= multiconnection ? 'yes' : 'no' %> + -- cgit v1.2.3