removing unnecessary old api files

This commit is contained in:
zenidd 2020-08-24 16:15:02 +02:00
parent 1117de8d5f
commit 255d262b62
3 changed files with 0 additions and 10 deletions

View File

@ -1,3 +0,0 @@
{% for user in wazuh_api_user %}
{{ user }}
{% endfor %}

View File

@ -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 %}