From 77e813c81e9c472724bba355714f266788f65e1a Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Sun, 4 Mar 2012 23:01:46 -0700 Subject: [PATCH] Add grain_pcre to compound matcher, use R@os:Arch.* --- salt/minion.py | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/minion.py b/salt/minion.py index efe46e8542..70bc4b1ad9 100644 --- a/salt/minion.py +++ b/salt/minion.py @@ -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'}