Browse Source

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

Manage show_jid option in master configuration
master
Forrest 9 years ago
parent
commit
8d1b382343
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      salt/files/master.d/f_defaults.conf

+ 3
- 0
salt/files/master.d/f_defaults.conf View File

# Return minions that timeout when running commands like test.ping # Return minions that timeout when running commands like test.ping
{{ get_config('show_timeout', 'True') }} {{ 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 # By default, output is colored. To disable colored output, set the color value
# to False. # to False.
{{ get_config('color', 'True') }} {{ get_config('color', 'True') }}

Loading…
Cancel
Save