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/sh.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/sh.conf.erb') diff --git a/templates/sh.conf.erb b/templates/sh.conf.erb index f1e77ff..e0e5137 100644 --- a/templates/sh.conf.erb +++ b/templates/sh.conf.erb @@ -5,6 +5,6 @@ # the next time Puppet runs. Please make configuration changes to this # service in Puppet. -<% command_string.each do |line| -%> +<% @command_string.each do |line| -%> <%= line %> <% end -%> -- cgit v1.2.3