Skip to content

Commit eaf6d35

Browse files
committed
Wait for full_data returns as well
1 parent 52db8f7 commit eaf6d35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

salt/modules/publish.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ def full_data(tgt, fun, arg=None, expr_form='glob', returner='', timeout=5):
212212
expr_form=expr_form,
213213
returner=returner,
214214
timeout=timeout,
215-
form='full')
215+
form='full',
216+
wait=True)
216217

217218

218219
def runner(fun, arg=None, timeout=5):

0 commit comments

Comments
 (0)