mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updating valigdate_tgt to ensure tests pass.
This commit is contained in:
parent
cdc7825f56
commit
cea01e7c8f
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,7 @@ class CkMinions(object):
|
|||
)
|
||||
tgt_type = expr_form
|
||||
|
||||
v_minions = set(self.check_minions(valid, 'compound'))
|
||||
v_minions = set(self.check_minions(valid, 'compound').get('minions', []))
|
||||
if minions is None:
|
||||
_res = self.check_minions(expr, tgt_type)
|
||||
minions = set(_res['minions'])
|
||||
|
|
Loading…
Add table
Reference in a new issue