diff options
author | Steffen Zieger <me@saz.sh> | 2014-02-01 06:49:09 -0800 |
---|---|---|
committer | Steffen Zieger <me@saz.sh> | 2014-02-01 06:49:09 -0800 |
commit | 336ef10c89724b13ed06a480243eef5b7a25a601 (patch) | |
tree | 7e067d82e07ee611bc0915917433d3aceba6fb33 /templates | |
parent | 6ac65f22dc9199a41bc1db2c56b3783606e9ac9a (diff) | |
parent | e9462ce7c3d1ed01b2035acb4ec8c254131e4176 (diff) |
Merge pull request #49 from maxamg/master
use @ global variable in erb
Diffstat (limited to 'templates')
-rw-r--r-- | templates/imfile.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 -%> |