mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Link in kwargs
This commit is contained in:
parent
626c9b80e0
commit
cfba5edfbb
@ -280,7 +280,8 @@ class LocalClient(object):
|
||||
arg,
|
||||
expr_form,
|
||||
ret,
|
||||
timeout):
|
||||
timeout,
|
||||
**kwargs):
|
||||
'''
|
||||
Prep the job dir and send minions the pub.
|
||||
Returns a dict of (checked) pub_data or an empty dict.
|
||||
@ -300,7 +301,8 @@ class LocalClient(object):
|
||||
expr_form,
|
||||
ret,
|
||||
jid=jid,
|
||||
timeout=timeout or self.opts['timeout'])
|
||||
timeout=timeout or self.opts['timeout'],
|
||||
**kwargs)
|
||||
|
||||
return self._check_pub_data(pub_data)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user