summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2008-05-17 23:31:38 +0000
committerMicah Anderson <micah@riseup.net>2008-05-17 23:31:38 +0000
commit6406454bbf71595c511d8ccf838a6007b4fe1e5e (patch)
tree0ebf457c71357fc140758703cf2c9744bde4d578 /templates
parente726de219e33706f34060ecfd7d94ae4da83ebbb (diff)
create a backupninja svn piece to the module
Diffstat (limited to 'templates')
-rw-r--r--templates/svn.conf.erb10
1 files changed, 10 insertions, 0 deletions
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