mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Merge pull request #18773 from basepi/publish.full_data-wait
[2014.7] Make publish.full_data wait for returns as well
This commit is contained in:
commit
605b5b6939
@ -212,7 +212,8 @@ def full_data(tgt, fun, arg=None, expr_form='glob', returner='', timeout=5):
|
||||
expr_form=expr_form,
|
||||
returner=returner,
|
||||
timeout=timeout,
|
||||
form='full')
|
||||
form='full',
|
||||
wait=True)
|
||||
|
||||
|
||||
def runner(fun, arg=None, timeout=5):
|
||||
|
Loading…
Reference in New Issue
Block a user