Merge pull request #42704 from whiteinge/expr_form-warn-scope-bug

Add import to work around likely multiprocessing scoping bug
This commit is contained in:
Mike Place 2017-08-04 18:03:13 -05:00 committed by GitHub
commit 5d5b22021b

View file

@ -544,6 +544,7 @@ class LocalClient(object):
{'stewart': {...}}
'''
if 'expr_form' in kwargs:
import salt
salt.utils.warn_until(
'Fluorine',
'The target type should be passed using the \'tgt_type\' '