summaryrefslogtreecommitdiff
path: root/templates/svn.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/svn.conf.erb')
-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