mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #21822 from basepi/bp-21820
[2014.7] Backport #21820 to 2014.7
This commit is contained in:
commit
f92fd17d46
@ -1187,7 +1187,7 @@ class AESFuncs(object):
|
||||
# if we have a load, save it
|
||||
if load.get('load'):
|
||||
fstr = '{0}.save_load'.format(self.opts['master_job_cache'])
|
||||
self.mminion.returners[fstr](load['jid'], load)
|
||||
self.mminion.returners[fstr](load['jid'], load['load'])
|
||||
|
||||
# Format individual return loads
|
||||
for key, item in load['return'].items():
|
||||
|
Loading…
Reference in New Issue
Block a user