Should fix #1813, please let me know

This commit is contained in:
Thomas S Hatch 2012-08-13 09:17:02 -06:00
parent 3d70fc1190
commit e38ff86c33

View file

@ -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