From 381cf73b5920c3f4271f009810288dfee961a7e7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 26 Oct 2015 12:34:30 -0200 Subject: Variable deprecation rollback --- templates/sys.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3