mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #49313 from rallytime/bp-49236
Back-port #49236 to 2018.3.3
This commit is contained in:
commit
64d7b0e4c6
2 changed files with 2 additions and 2 deletions
|
@ -706,7 +706,7 @@ class CkMinions(object):
|
|||
'S': 'ipcidr',
|
||||
'E': 'pcre',
|
||||
'N': 'node',
|
||||
None: 'glob'}
|
||||
None: 'compound'}
|
||||
|
||||
target_info = parse_target(auth_entry)
|
||||
if not target_info:
|
||||
|
|
|
@ -48,7 +48,7 @@ class CkMinionsTestCase(TestCase):
|
|||
TestCase for salt.utils.minions.CkMinions class
|
||||
'''
|
||||
def setUp(self):
|
||||
self.ckminions = salt.utils.minions.CkMinions({})
|
||||
self.ckminions = salt.utils.minions.CkMinions({'minion_data_cache': True})
|
||||
|
||||
def test_spec_check(self):
|
||||
# Test spec-only rule
|
||||
|
|
Loading…
Add table
Reference in a new issue