Terse output is not enough for debugging. Change-Id: Ida9a4ef0a2ad053fc370d3833d716d9e8d38d814pr/fix/install_formulas_fix
salt: | salt: | ||||
master: | master: | ||||
state_output: terse | |||||
state_output: changes | |||||
Salt proxy | Salt proxy | ||||
---------- | ---------- |
worker_threads: {{ master.worker_threads }} | worker_threads: {{ master.worker_threads }} | ||||
timeout: {{ master.command_timeout }} | timeout: {{ master.command_timeout }} | ||||
state_output: {{ master.get('state_output', 'terse') }} | |||||
state_output: {{ master.get('state_output', 'changes') }} | |||||
{%- if master.system is defined %} | {%- if master.system is defined %} | ||||