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

Added Specifications to Extra section too.
This commit is contained in:
Alejandro
2015-10-29 09:56:35 -03:00
parent 37f3a8e208
commit ef8ecffbdf

View File

@ -107,6 +107,11 @@
{{ items }}
{% endfor %}
{% endif %}
{% if item.specifications is defined and item.specifications is iterable %}
{% for items in item.specifications %}
{{ items }}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}