mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00

Passing a pillar to state.single can results in state functions not working when they don't accept a pillar keyword argument. One example where this is the case is salt.wait_for_event. When no pillar is provided, it does not need to be passed.
3 lines
174 B
Text
3 lines
174 B
Text
state.orchestrate_single only passes a pillar if it is set to the state
|
|
function. This allows it to be used with state functions that don't accept a
|
|
pillar keyword argument.
|