Преглед изворни кода

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

Manage show_jid option in master configuration
master
Forrest пре 9 година
родитељ
комит
8d1b382343
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      salt/files/master.d/f_defaults.conf

+ 3
- 0
salt/files/master.d/f_defaults.conf Прегледај датотеку

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

Loading…
Откажи
Сачувај