mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
change from manager to master for salt config.get
This commit is contained in:
@@ -12,5 +12,5 @@ bugtracker_url=http://bugs.centos.org/set_project.php?project_id=23&ref=http://b
|
|||||||
distroverpkg=centos-release
|
distroverpkg=centos-release
|
||||||
|
|
||||||
{% if salt['pillar.get']('static:managerupdate', '0') %}
|
{% if salt['pillar.get']('static:managerupdate', '0') %}
|
||||||
proxy=http://{{ salt['pillar.get']('yum:config:proxy', salt['config.get']('manager')) }}:3142
|
proxy=http://{{ salt['pillar.get']('yum:config:proxy', salt['config.get']('master')) }}:3142
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Reference in New Issue
Block a user