Skip to content

Commit

Permalink
fix idstool extra_env for container
Browse files Browse the repository at this point in the history
  • Loading branch information
m0duspwnens committed Sep 18, 2023
1 parent fe1bae9 commit 151e8bf
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 151e8bf

Please sign in to comment.