remove quotes if pillar doesnt exist

This commit is contained in:
m0duspwnens
2021-07-09 10:00:47 -04:00
parent fc8acac1a5
commit dd199ea30f

View File

@@ -834,7 +834,7 @@
# ## more about them here: # ## more about them here:
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md # ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
# data_format = "influx" # data_format = "influx"
{%- if salt['pillar.get']('healthcheck:enabled', 'False') %} {%- if salt['pillar.get']('healthcheck:enabled', False) %}
[[inputs.file]] [[inputs.file]]
files = ["/host/nsm/zeek/logs/zeek_restart.log"] files = ["/host/nsm/zeek/logs/zeek_restart.log"]
data_format = "influx" data_format = "influx"