mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove jid_event from state.orch
There's no need to have this fire.
This commit is contained in:
parent
23d4feb8b4
commit
f81aab7627
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ def orchestrate(mods, saltenv='base', test=None, exclude=None, pillar=None):
|
|||
exclude,
|
||||
pillar=pillar)
|
||||
ret = {minion.opts['id']: running}
|
||||
__jid_event__.fire_event({'data': ret, 'outputter': 'highstate'}, 'progress')
|
||||
return ret
|
||||
|
||||
# Aliases for orchestrate runner
|
||||
|
|
Loading…
Add table
Reference in a new issue