mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
return the key, not the 'key'
This commit is contained in:
parent
18185c9843
commit
53844722e1
@ -426,7 +426,7 @@ class AESFuncs(object):
|
||||
individual minions.
|
||||
'''
|
||||
for key in load:
|
||||
self._return(load['key'])
|
||||
self._return(load[key])
|
||||
|
||||
def minion_publish(self, clear_load):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user