Quellcode durchsuchen

Manage show_jid in master configuration

This makes it easier for users to check the status of jobs that ran into
a timeout.
tags/v0.57.0
Wolodja Wentland vor 9 Jahren
Ursprung
Commit
52893bc978
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. +3
    -0
      salt/files/master.d/f_defaults.conf

+ 3
- 0
salt/files/master.d/f_defaults.conf Datei anzeigen

@@ -109,6 +109,9 @@
# Return minions that timeout when running commands like test.ping
{{ get_config('show_timeout', 'True') }}

# Display the jid when a job is published
{{ get_config('show_jid', 'False') }}

# By default, output is colored. To disable colored output, set the color value
# to False.
{{ get_config('color', 'True') }}

Laden…
Abbrechen
Speichern