mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
commit
b745332b70
1 changed files with 4 additions and 3 deletions
|
@ -256,9 +256,10 @@ class CkMinions(object):
|
|||
regex_match=False,
|
||||
exact_match=False):
|
||||
'''
|
||||
Helper function to search for minions in master caches
|
||||
If 'greedy' return accepted minions that matched by the condition or absend in the cache.
|
||||
If not 'greedy' return the only minions have cache data and matched by the condition.
|
||||
Helper function to search for minions in master caches If 'greedy',
|
||||
then return accepted minions matched by the condition or those absent
|
||||
from the cache. If not 'greedy' return the only minions have cache
|
||||
data and matched by the condition.
|
||||
'''
|
||||
cache_enabled = self.opts.get('minion_data_cache', False)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue