Procházet zdrojové kódy

set state_output to "changes"

Terse output is not enough for debugging.

Change-Id: Ida9a4ef0a2ad053fc370d3833d716d9e8d38d814
pr/fix/install_formulas_fix
Tomáš Kukrál před 7 roky
rodič
revize
044667bcce
Žádný účet není propojen s e-mailovou adresou tvůrce revize
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      README.rst
  2. +1
    -1
      salt/files/master.conf

+ 1
- 1
README.rst Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 %}


Načítá se…
Zrušit
Uložit