Skip to content

Commit

Permalink
Merge pull request #11344 from Security-Onion-Solutions/fix/idstoolex…
Browse files Browse the repository at this point in the history
…tra_env

fix idstool extra_env for container
  • Loading branch information
m0duspwnens authored Sep 18, 2023
2 parents fe1bae9 + 151e8bf commit 3e97ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/idstools/enabled.sls
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ so-idstools:
- http_proxy={{ proxy }}
- https_proxy={{ proxy }}
- no_proxy={{ salt['pillar.get']('manager:no_proxy') }}
{% if DOCKER.containers['so-elastalert'].extra_env %}
{% for XTRAENV in DOCKER.containers['so-elastalert'].extra_env %}
{% if DOCKER.containers['so-idstools'].extra_env %}
{% for XTRAENV in DOCKER.containers['so-idstools'].extra_env %}
- {{ XTRAENV }}
{% endfor %}
{% endif %}
Expand Down

0 comments on commit 3e97ddc

Please sign in to comment.