mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Dict, not list
This commit is contained in:
parent
a3f529e003
commit
d208a00b2a
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class RosterMatcher(object):
|
|||
'''
|
||||
Return minions that match via list
|
||||
'''
|
||||
minions = []
|
||||
minions = {}
|
||||
for minion in self.raw:
|
||||
if minion in self.tgt:
|
||||
data = self.get_data(minion)
|
||||
|
|
Loading…
Add table
Reference in a new issue