0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2024-11-28 02:57:50 +01:00

Merge pull request #183 from babilen/dev-show-jid

Manage show_jid option in master configuration
This commit is contained in:
Forrest 2015-10-13 12:00:56 -07:00
commit 8d1b382343

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