mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add propper payload formatting to the master publish return
This commit is contained in:
parent
198ec3f518
commit
e9e11479ca
1 changed files with 2 additions and 1 deletions
|
@ -220,7 +220,8 @@ class ReqServer(threading.Thread):
|
|||
}
|
||||
payload['load'] = self.crypticle.dumps(load)
|
||||
self.publisher.publish(salt.payload.package(payload))
|
||||
return jid
|
||||
return = {'enc': 'clear',
|
||||
'load': {'jid': jid}}
|
||||
|
||||
def run(self):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue