make sure arg, tgt, and tgt_type are passed thru

This commit is contained in:
David Boucha 2015-03-13 11:18:13 -06:00
parent 3611658b29
commit ad1768ce46

View File

@ -1184,6 +1184,9 @@ class Minion(MinionBase):
'id': self.opts['id'],
'jid': jid,
'fun': fun,
'arg': ret.get('arg'),
'tgt': ret.get('tgt'),
'tgt_type': ret.get('tgt_type'),
'load': ret.get('__load__')}
load['return'] = {}
for key, value in ret.items():