Skip to content

Commit

Permalink
Added spaces between variable
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Dec 18, 2023
1 parent 29b7807 commit 57c70de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 57c70de

Please sign in to comment.