Skip to content

Commit

Permalink
Fixes closing if for tags template
Browse files Browse the repository at this point in the history
  • Loading branch information
szibis committed Jan 20, 2017
1 parent e4c75e6 commit e9cb4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/telegraf.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit e9cb4b5

Please sign in to comment.