mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
d674369efc
commit
7de784411d
1 changed files with 8 additions and 0 deletions
|
@ -181,6 +181,14 @@ class CkMinions(object):
|
|||
else:
|
||||
self.acc = 'accepted'
|
||||
|
||||
def _check_nodegroup_minions(self, expr, greedy): # pylint: disable=unused-argument
|
||||
'''
|
||||
Return minions found by looking at nodegroups
|
||||
'''
|
||||
return self._check_compound_minions(nodegroup_comp(expr, self.opts['nodegroups']),
|
||||
DEFAULT_TARGET_DELIM,
|
||||
greedy)
|
||||
|
||||
def _check_glob_minions(self, expr, greedy): # pylint: disable=unused-argument
|
||||
'''
|
||||
Return the minions found by looking via globs
|
||||
|
|
Loading…
Add table
Reference in a new issue