mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Fix issue with calling the correct expr form var
This commit is contained in:
parent
3af902defe
commit
6435e176d3
@ -125,7 +125,7 @@ class LocalClient(object):
|
|||||||
returns to make sure everyone has checked back in.
|
returns to make sure everyone has checked back in.
|
||||||
'''
|
'''
|
||||||
return {'glob': self._check_glob_minions,
|
return {'glob': self._check_glob_minions,
|
||||||
'pcre': self._check_pcre_minions}[exper_form](expr)
|
'pcre': self._check_pcre_minions}[expr_form](expr)
|
||||||
|
|
||||||
def pub(self, tgt, fun, arg=()):
|
def pub(self, tgt, fun, arg=()):
|
||||||
'''
|
'''
|
||||||
|
Loading…
Reference in New Issue
Block a user