소스 검색

set state_output to "changes"

Terse output is not enough for debugging.

Change-Id: Ida9a4ef0a2ad053fc370d3833d716d9e8d38d814
pr/fix/install_formulas_fix
Tomáš Kukrál 7 년 전
부모
커밋
044667bcce
No account linked to committer's email address
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      README.rst
  2. +1
    -1
      salt/files/master.conf

+ 1
- 1
README.rst 파일 보기

@@ -177,7 +177,7 @@ Configure verbosity of state output (used for `salt` command)

salt:
master:
state_output: terse
state_output: changes

Salt proxy
----------

+ 1
- 1
salt/files/master.conf 파일 보기

@@ -4,7 +4,7 @@
worker_threads: {{ master.worker_threads }}
timeout: {{ master.command_timeout }}

state_output: {{ master.get('state_output', 'terse') }}
state_output: {{ master.get('state_output', 'changes') }}

{%- if master.system is defined %}


Loading…
취소
저장