mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixing cmd_batch to work correctly when called via salt-api.
This commit is contained in:
parent
09b036c26e
commit
808805fd3d
1 changed files with 1 additions and 0 deletions
|
@ -559,6 +559,7 @@ class LocalClient(object):
|
|||
{'stewart': {...}}
|
||||
'''
|
||||
if 'expr_form' in kwargs:
|
||||
import salt.utils.versions
|
||||
salt.utils.versions.warn_until(
|
||||
'Fluorine',
|
||||
'The target type should be passed using the \'tgt_type\' '
|
||||
|
|
Loading…
Add table
Reference in a new issue