From 497513547be79f9d3c8e96f1650ec43ee634b277 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 11 Mar 2016 15:47:01 -0500 Subject: update variables for new puppet --- 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..f1b4161 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_line do |line| -%> <%= line %> <% end -%> -- cgit v1.2.3