Split preloaded_vars into preloaded_vars_manager and api

This commit is contained in:
Jose M 2019-11-21 18:44:34 +01:00
parent 13b2321540
commit 7bf823bcad
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
{% for key, value in wazuh_api_sources_installation.items() %}
{% if "enabled" not in key and "branch" not in key %}
{% if value is defined and value is not none %}
{{ key|upper }}="{{ value }}"
{% endif %}
{% endif %}
{% endfor %}