mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix master reference in crypt.py
This commit is contained in:
parent
3639f6d878
commit
bd9d695193
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class Auth(object):
|
|||
auth = {}
|
||||
context = zmq.Context()
|
||||
socket = context.socket(zmq.REQ)
|
||||
socket.connect(self.opts['master'])
|
||||
socket.connect(self.opts['master_uri'])
|
||||
payload = salt.utils.package_payload(self.minion_sign_in_payload())
|
||||
socket.send(payload)
|
||||
ret = salt.utils.unpackage(socket.recv())
|
||||
|
|
Loading…
Add table
Reference in a new issue