mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix idstool extra_env for container
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user