Skip to content

Commit

Permalink
Merge pull request saltstack-formulas#183 from babilen/dev-show-jid
Browse files Browse the repository at this point in the history
Manage show_jid option in master configuration
  • Loading branch information
gravyboat committed Oct 13, 2015
2 parents 52803ea + 52893bc commit 8d1b382
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions salt/files/master.d/f_defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 8d1b382

Please sign in to comment.