Add **kwargs to salt.state state

This silences an error message when using prereq with the salt.state state.

See #29463 and #37090
This commit is contained in:
Robert Mader 2017-08-29 16:34:02 +02:00 committed by GitHub
parent c6664291ce
commit 3444423c25

View File

@ -83,7 +83,8 @@ def state(name,
batch=None,
queue=False,
subset=None,
orchestration_jid=None):
orchestration_jid=None,
**kwargs):
'''
Invoke a state run on a given target