mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] None -> none
This commit is contained in:
@@ -14,6 +14,6 @@ clean_requirements_on_remove=1
|
||||
|
||||
{% if (grains['role'] not in ['so-eval','so-managersearch', 'so-manager', 'so-standalone']) and salt['pillar.get']('global:managerupdate', '0') %}
|
||||
proxy=http://{{ salt['pillar.get']('yum:config:proxy', salt['config.get']('master')) }}:3142
|
||||
{% elif salt['pillar.get']('manager:proxy') is not None %}
|
||||
{% elif salt['pillar.get']('manager:proxy') is not none %}
|
||||
proxy={{salt['pillar.get']('manager:proxy')}}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user