mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Args got flipped in eventlisten
This commit is contained in:
parent
b801f86bfe
commit
858d086995
@ -51,8 +51,8 @@ def listen(sock_dir, node):
|
||||
Attach to the pub socket and grab messages
|
||||
'''
|
||||
event = salt.utils.event.SaltEvent(
|
||||
node,
|
||||
sock_dir,
|
||||
node
|
||||
)
|
||||
while True:
|
||||
ret = event.get_event(full=True)
|
||||
|
Loading…
Reference in New Issue
Block a user