mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
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:
parent
c6664291ce
commit
3444423c25
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user