From e9cb4b529cce98c703b12d78e4d1435d0b95c27e Mon Sep 17 00:00:00 2001 From: Slawomir Skowron Date: Fri, 20 Jan 2017 10:01:13 +0100 Subject: [PATCH] Fixes closing if for tags template --- templates/telegraf.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/telegraf.conf.j2 b/templates/telegraf.conf.j2 index 2be1851..7e56594 100644 --- a/templates/telegraf.conf.j2 +++ b/templates/telegraf.conf.j2 @@ -59,6 +59,7 @@ {% for items in item.tags %} {{ items }} {% endfor %} +{% endif %} {% if item.tagpass is defined and item.tagpass is iterable %} [{{ item.plugin }}.tagpass] {% for items in item.tagpass %}