diff --git a/salt/idstools/init.sls b/salt/idstools/init.sls index f65f93a7a..eaf91bd58 100644 --- a/salt/idstools/init.sls +++ b/salt/idstools/init.sls @@ -72,7 +72,7 @@ so-idstools: - image: {{ MANAGER }}:5000/{{ IMAGEREPO }}/so-idstools:{{ VERSION }} - hostname: so-idstools - user: socore - {% if proxy is not none %} + {% if proxy != '' and proxy is not none %} - environment: - http_proxy={{ proxy }} - https_proxy={{ proxy }}