diff --git a/salt/common/telegraf/etc/telegraf.conf b/salt/common/telegraf/etc/telegraf.conf index bbc8d0a54..1a7a5bb1e 100644 --- a/salt/common/telegraf/etc/telegraf.conf +++ b/salt/common/telegraf/etc/telegraf.conf @@ -615,14 +615,14 @@ "/scripts/redis.sh" ] data_format = "influx" -{% elseif grains['role'] == 'so-SENSOR' %} +{% elif grains['role'] == 'so-SENSOR' %} [[inputs.exec]] commands = [ "/scripts/stenoloss.sh" ] data_format = "influx" -{% elseif grains['role'] == 'so-eval' %} +{% elif grains['role'] == 'so-eval' %} [[inputs.exec]] commands = [ "/scripts/redis.sh",