From 6406454bbf71595c511d8ccf838a6007b4fe1e5e Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sat, 17 May 2008 23:31:38 +0000 Subject: create a backupninja svn piece to the module --- templates/svn.conf.erb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/svn.conf.erb (limited to 'templates') diff --git a/templates/svn.conf.erb b/templates/svn.conf.erb new file mode 100644 index 0000000..465cc67 --- /dev/null +++ b/templates/svn.conf.erb @@ -0,0 +1,10 @@ +# 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{src dest tmp vsname}.each do |v| + if send(v) + -%><%= v + ' = ' + send(v) + "\n" %><% + end +end -%> \ No newline at end of file -- cgit v1.2.3