mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
route after the stack is prepped
This commit is contained in:
parent
6f1efe219d
commit
3652b1b6c9
1 changed files with 1 additions and 1 deletions
|
@ -97,8 +97,8 @@ class RAETChannel(Channel):
|
|||
Send a message load and wait for a relative reply
|
||||
One shot wonder
|
||||
'''
|
||||
msg = {'route': self.route, 'load': load}
|
||||
self.__prep_stack()
|
||||
msg = {'route': self.route, 'load': load}
|
||||
self.stack.transmit(msg, self.stack.uids['manor'])
|
||||
tried = 1
|
||||
start = time.time()
|
||||
|
|
Loading…
Add table
Reference in a new issue