[BUG] salt.wait_for_event does not accept argument "pillar" #61092
Labels
Bug
broken, incorrect, or confusing behavior
severity-high
2nd top severity, seen by most users, causes major problems
Milestone
Description
It is not possible to use
salt.wait_for_event
together withsalt-run state.orchestrate_single
because the latter passes apillar
argument to the former. The former does not accept**kwargs
andpillar
is not in the function signature.Setup
Steps to Reproduce the behavior
Expected behavior
salt-run state.orchestrate_single fun=salt.wait_for_event name='/salt/minion/*/start' id_list=minion1
runssalt.wait_for_event
without an error.Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)The text was updated successfully, but these errors were encountered: