Added spaces between variable

This commit is contained in:
David Correa Rodríguez 2023-12-18 14:55:13 +01:00
parent 29b78076e5
commit 57c70de47f
No known key found for this signature in database
GPG Key ID: 8787C7C9FF271262

View File

@ -268,7 +268,7 @@
<enabled>{% if wazuh_manager_config.vulnerability_detection.enabled == 'yes' and wazuh_manager_config.indexer.enabled == 'yes' %}yes{% else %}no{% endif %}</enabled>
<hosts>
{% for item in wazuh_manager_config.indexer.hosts %}
<host>https://{{ item }}:{{filebeat_output_indexer_port}}</host>
<host>https://{{ item }}:{{ filebeat_output_indexer_port }}</host>
{% endfor %}
</hosts>