Add grain_pcre to compound matcher, use R@os:Arch.*

This commit is contained in:
Thomas S Hatch 2012-03-04 23:01:46 -07:00
parent 4ee6ac13b4
commit 77e813c81e

View File

@ -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'}