2
0

Manage show_jid in master configuration

This makes it easier for users to check the status of jobs that ran into
a timeout.
This commit is contained in:
Wolodja Wentland 2015-10-13 14:56:51 +02:00
parent 8d098484ed
commit 52893bc978

View File

@ -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') }}