aboutsummaryrefslogtreecommitdiff
path: root/templates/svn.conf.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-20 14:14:08 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-20 14:14:08 -0200
commitd5f3dbe0a5ff87a619bec9a99c0618f90f781659 (patch)
treedd26fb7bda6655859cb176eb23f3695ba3e54d66 /templates/svn.conf.erb
parentfc98b0dbd9d9b0982338a4f4d017594ec48511a1 (diff)
downloadpuppet-backupninja-d5f3dbe0a5ff87a619bec9a99c0618f90f781659.tar.gz
puppet-backupninja-d5f3dbe0a5ff87a619bec9a99c0618f90f781659.tar.bz2
Fix variable deprecations on templates
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 -%>