mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Should fix #1813, please let me know
This commit is contained in:
parent
3d70fc1190
commit
e38ff86c33
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ class LocalClient(object):
|
|||
continue
|
||||
if comps[0] not in grains:
|
||||
minions.remove(id_)
|
||||
continue
|
||||
if isinstance(grains[comps[0]], list):
|
||||
# We are matching a single component to a single list member
|
||||
found = False
|
||||
|
|
Loading…
Add table
Reference in a new issue