Update etc-opt-telegraf-telegraf.conf.j2

Fix missing line into config result after apply template
This commit is contained in:
Alejandro
2015-10-29 10:10:06 -03:00
parent ef8ecffbdf
commit 64f62c8dc5

View File

@ -63,6 +63,7 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% if item.specifications is defined and item.specifications is iterable %} {% if item.specifications is defined and item.specifications is iterable %}
[[{{item.plugin}}.specifications]]
{% for items in item.specifications %} {% for items in item.specifications %}
{{ items }} {{ items }}
{% endfor %} {% endfor %}
@ -108,6 +109,7 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% if item.specifications is defined and item.specifications is iterable %} {% if item.specifications is defined and item.specifications is iterable %}
[[{{item.plugin}}.specifications]]
{% for items in item.specifications %} {% for items in item.specifications %}
{{ items }} {{ items }}
{% endfor %} {% endfor %}