removing unnecessary old api files
This commit is contained in:
parent
1117de8d5f
commit
255d262b62
@ -1,3 +0,0 @@
|
||||
{% for user in wazuh_api_user %}
|
||||
{{ user }}
|
||||
{% endfor %}
|
||||
@ -1,7 +0,0 @@
|
||||
{% 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 %}
|
||||
Loading…
Reference in New Issue
Block a user