move new parameter to end of def

This commit is contained in:
Todd Wells 2018-05-29 13:29:25 -07:00
parent 0738a0f6c2
commit d700e18a06
No known key found for this signature in database
GPG Key ID: 41B1E13C25DE3F19

View File

@ -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