Merge pull request #23423 from cachedout/remove_jid_event_from_orch

Remove jid_event from state.orch
This commit is contained in:
Justin Findlay 2015-05-11 10:36:12 -06:00
commit c96619653e

View File

@ -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