aboutsummaryrefslogtreecommitdiff
path: root/templates/svn.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/svn.conf.erb')
-rw-r--r--templates/svn.conf.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/svn.conf.erb b/templates/svn.conf.erb
index 465cc67..19417af 100644
--- a/templates/svn.conf.erb
+++ b/templates/svn.conf.erb
@@ -3,8 +3,8 @@
# the next time Puppet runs. Please make configuration changes to this
# service in Puppet.
-<% %w{src dest tmp vsname}.each do |v|
+<% %w{@src @dest @tmp @vsname}.each do |v|
if send(v)
-%><%= v + ' = ' + send(v) + "\n" %><%
end
-end -%> \ No newline at end of file
+end -%>