mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
move new parameter to end of def
This commit is contained in:
parent
0738a0f6c2
commit
d700e18a06
@ -13,10 +13,10 @@ import salt.utils.functools
|
||||
def send(name,
|
||||
data=None,
|
||||
preload=None,
|
||||
show_changed=True,
|
||||
with_env=False,
|
||||
with_grains=False,
|
||||
with_pillar=False,
|
||||
show_changed=True,
|
||||
**kwargs):
|
||||
'''
|
||||
Send an event to the Salt Master
|
||||
|
Loading…
Reference in New Issue
Block a user