fix idstool extra_env for container

This commit is contained in:
m0duspwnens
2023-09-18 15:21:45 -04:00
parent fe1bae96ed
commit 151e8bfc4e

View File

@@ -26,8 +26,8 @@ so-idstools:
- http_proxy={{ proxy }} - http_proxy={{ proxy }}
- https_proxy={{ proxy }} - https_proxy={{ proxy }}
- no_proxy={{ salt['pillar.get']('manager:no_proxy') }} - no_proxy={{ salt['pillar.get']('manager:no_proxy') }}
{% if DOCKER.containers['so-elastalert'].extra_env %} {% if DOCKER.containers['so-idstools'].extra_env %}
{% for XTRAENV in DOCKER.containers['so-elastalert'].extra_env %} {% for XTRAENV in DOCKER.containers['so-idstools'].extra_env %}
- {{ XTRAENV }} - {{ XTRAENV }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}