From d5f3dbe0a5ff87a619bec9a99c0618f90f781659 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 20 Oct 2015 14:14:08 -0200 Subject: Fix variable deprecations on templates --- templates/svn.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/svn.conf.erb') 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 -%> -- cgit v1.2.3