mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
The socket must recieve on a REQ type
This commit is contained in:
parent
0b74f87745
commit
08fbf0a0af
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ class Minion(object):
|
|||
'hostname': self.opts['hostname']}
|
||||
payload['load'] = self.crypticle.dumps(load)
|
||||
socket.send_pyobj(payload)
|
||||
return socket.recv()
|
||||
|
||||
def authenticate(self):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue