fix(ansible-wazuh-manager): correct mismatched closing tags on var-ossec-etc-ossec-server.conf.j2

This commit is contained in:
Kris Latter 2025-10-09 17:29:17 -04:00 committed by Jesus Garcia
parent 506f9117cc
commit 6c7a01fb11
No known key found for this signature in database
GPG Key ID: 8461CA78326C96C9

View File

@ -410,7 +410,7 @@
<location>{{ localfile.location }}</location> <location>{{ localfile.location }}</location>
{% if localfile.format == 'eventchannel' %} {% if localfile.format == 'eventchannel' %}
{% if localfile.only_future_events is defined %} {% if localfile.only_future_events is defined %}
<only-future-events>{{ localfile.only_future_events }}</only_future_events> <only-future-events>{{ localfile.only_future_events }}</only-future-events>
{% endif %} {% endif %}
{% if localfile.query is defined %} {% if localfile.query is defined %}
<query>{{ localfile.query }}</query> <query>{{ localfile.query }}</query>
@ -448,7 +448,7 @@
<location>{{ localfile.location }}</location> <location>{{ localfile.location }}</location>
{% if localfile.format == 'eventchannel' %} {% if localfile.format == 'eventchannel' %}
{% if localfile.only_future_events is defined %} {% if localfile.only_future_events is defined %}
<only-future-events>{{ localfile.only_future_events }}</only_future_events> <only-future-events>{{ localfile.only_future_events }}</only-future-events>
{% endif %} {% endif %}
{% if localfile.query is defined %} {% if localfile.query is defined %}
<query>{{ localfile.query }}</query> <query>{{ localfile.query }}</query>
@ -487,7 +487,7 @@
<location>{{ localfile.location }}</location> <location>{{ localfile.location }}</location>
{% if localfile.format == 'eventchannel' %} {% if localfile.format == 'eventchannel' %}
{% if localfile.only_future_events is defined %} {% if localfile.only_future_events is defined %}
<only-future-events>{{ localfile.only_future_events }}</only_future_events> <only-future-events>{{ localfile.only_future_events }}</only-future-events>
{% endif %} {% endif %}
{% if localfile.query is defined %} {% if localfile.query is defined %}
<query>{{ localfile.query }}</query> <query>{{ localfile.query }}</query>
@ -614,7 +614,7 @@
{% if wazuh_manager_config.authd.force.enabled is not none %} {% if wazuh_manager_config.authd.force.enabled is not none %}
<enabled>{{wazuh_manager_config.authd.force.enabled}}</enabled> <enabled>{{wazuh_manager_config.authd.force.enabled}}</enabled>
{% else %} {% else %}
<enabledport>yes</enabled> <enabledport>yes</enabledport>
{% endif %} {% endif %}
{% if wazuh_manager_config.authd.force.key_mismatch is not none %} {% if wazuh_manager_config.authd.force.key_mismatch is not none %}
<key_mismatch>{{wazuh_manager_config.authd.force.key_mismatch}}</key_mismatch> <key_mismatch>{{wazuh_manager_config.authd.force.key_mismatch}}</key_mismatch>