Skip to content
Snippets Groups Projects
Commit fbc48f3a authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fix

parent c23029e8
No related branches found
No related tags found
No related merge requests found
......@@ -245,6 +245,7 @@
{% for host in groups.all %}
{% for appl in hostvars[host].fluentd_applications|default([]) %}
{% if appl.type|default(false) %}
<match {{ appl.index }}>
@type {{ appl.plugin|default('elasticsearch') }}
host 127.0.0.1
......@@ -265,6 +266,7 @@
flush_at_shutdown true
</buffer>
</match>
{% endif %}
{% endfor %}
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment