Rename "preloaded_vars" to "preloaded_vars_agent"
This commit is contained in:
parent
d91ac23d8c
commit
32dd2e5df5
@ -1,4 +1,4 @@
|
||||
{% for key, value in wazuh_manager_sources_installation.items() %}
|
||||
{% for key, value in wazuh_agent_sources_installation.items() %}
|
||||
{% if "user_" in key %}
|
||||
{% if value is defined and value is not none %}
|
||||
{{ key|upper }}="{{ value }}"
|
||||
Loading…
Reference in New Issue
Block a user