From e9462ce7c3d1ed01b2035acb4ec8c254131e4176 Mon Sep 17 00:00:00 2001 From: Max Griffiths Date: Thu, 30 Jan 2014 16:59:29 +0000 Subject: use @ global variable in erb --- templates/imfile.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/imfile.erb b/templates/imfile.erb index 0540158..4e5b71f 100644 --- a/templates/imfile.erb +++ b/templates/imfile.erb @@ -6,6 +6,6 @@ $InputFileStateFile state-<%= @name %> $InputFileSeverity <%= @file_severity %> $InputFileFacility <%= @file_facility %> $InputFilePollInterval <%= @polling_interval %> -<% if run_file_monitor == true -%> +<% if @run_file_monitor == true -%> $InputRunFileMonitor <% end -%> -- cgit v1.2.3