Skip to content

Commit

Permalink
Fire an event with the expected minions are deteted
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 committed Apr 11, 2013
1 parent 1f89e1b commit c131c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/master.py
Expand Up @@ -1822,6 +1822,7 @@ def publish(self, clear_load):
'minions': minions
}
}
self.event.fire_event({'minions': minions}, clear_load['jid'])
# Retrieve the jid
if not clear_load['jid']:
clear_load['jid'] = salt.utils.prep_jid(
Expand Down

0 comments on commit c131c09

Please sign in to comment.