Implement template for preloaded_vars.conf
This commit is contained in:
parent
8ecbeff501
commit
6a0c92294e
@ -0,0 +1,7 @@
|
||||
{% for key, value in wazuh_sources_installation.items() %}
|
||||
{% if "user_" in key %}
|
||||
{% if value is defined and value is not none %}
|
||||
{{ key|upper }}="{{ value }}"
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
Loading…
Reference in New Issue
Block a user