Localfiles fix

This commit is contained in:
Gonzalo Acuña 2022-05-03 16:56:14 -03:00
parent acec963826
commit bbe2a2280b
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270

View File

@ -43,6 +43,7 @@
</syscheck> </syscheck>
{% endif %} {% endif %}
{% if agent_config.localfiles is defined %}
{% for localfile in agent_config.localfiles %} {% for localfile in agent_config.localfiles %}
<localfile> <localfile>
<log_format>{{ localfile.format }}</log_format> <log_format>{{ localfile.format }}</log_format>
@ -78,6 +79,7 @@
{% endif %} {% endif %}
</localfile> </localfile>
{% endfor %} {% endfor %}
{% endif %}
{% if agent_config.rootcheck is defined %} {% if agent_config.rootcheck is defined %}
<rootcheck> <rootcheck>