瀏覽代碼

configure state_output

This option can configure default output of state calls. Terse (default
option) will make each call to be on single line and make salt output
better.

Change-Id: Id0987561e34a84fb26a796729d6ab3de3b9ae8e5
pr/fix/install_formulas_fix
Tomáš Kukrál 7 年之前
父節點
當前提交
8922aef95b
共有 2 個檔案被更改,包括 10 行新增0 行删除
  1. +8
    -0
      README.rst
  2. +2
    -0
      salt/files/master.conf

+ 8
- 0
README.rst 查看文件

@@ -171,6 +171,14 @@ Salt master peer for remote certificate sign.
".*":
- x509.sign_remote_certificate

Configure verbosity of state output (used for `salt` command)

.. code-block:: yaml

salt:
master:
state_output: terse

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


+ 2
- 0
salt/files/master.conf 查看文件

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

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

{%- if master.system is defined %}

file_roots:

Loading…
取消
儲存