mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Add grain_pcre to compound matcher, use R@os:Arch.*
This commit is contained in:
parent
4ee6ac13b4
commit
77e813c81e
@ -667,6 +667,7 @@ class Matcher(object):
|
||||
log.debug('Compound target received that is not a string')
|
||||
return False
|
||||
ref = {'G': 'grain',
|
||||
'R': 'grain_pcre',
|
||||
'X': 'exsel',
|
||||
'L': 'list',
|
||||
'E': 'pcre'}
|
||||
|
Loading…
Reference in New Issue
Block a user