Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 425 Bytes

saltstack-debug-state.adoc

File metadata and controls

17 lines (11 loc) · 425 Bytes

Debug SaltStack state

When executing a state on dom0, just replace qubesctl by salt-call -l debug to get more insight on what happen during the state execution.

It is better to limit this usage to the execution of a single state with state.sls.

As an example:

sudo qubesctl state.sls path.to.my.state test=True

would become:

sudo salt-call -l debug state.sls path.to.my.state test=True