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 %}
{% endif %}
{% if item.specifications is defined and item.specifications is iterable %}
[[{{item.plugin}}.specifications]]
{% for items in item.specifications %}
{{ items }}
{% endfor %}
@ -108,6 +109,7 @@
{% endfor %}
{% endif %}
{% if item.specifications is defined and item.specifications is iterable %}
[[{{item.plugin}}.specifications]]
{% for items in item.specifications %}
{{ items }}
{% endfor %}