From: Silvio Rhatto Date: Mon, 26 Oct 2015 14:34:30 +0000 (-0200) Subject: Variable deprecation rollback X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=381cf73b5920c3f4271f009810288dfee961a7e7;p=puppet-backupninja.git Variable deprecation rollback --- diff --git a/templates/sys.conf.erb b/templates/sys.conf.erb index 84297d3..b8a542a 100644 --- a/templates/sys.conf.erb +++ b/templates/sys.conf.erb @@ -3,7 +3,7 @@ # the next time Puppet runs. Please make configuration changes to this # service in Puppet. -<% %w{@parentdir @packagesfile @partitionsfile @hardwarefile}.each do |v| +<% %w{parentdir packagesfile partitionsfile hardwarefile}.each do |v| if send(v) -%><%= v + ' = ' + send(v) + "\n" %><% end