From 52893bc978753faaad15f11228f4bd14173858b3 Mon Sep 17 00:00:00 2001 From: Wolodja Wentland Date: Tue, 13 Oct 2015 14:56:51 +0200 Subject: [PATCH] Manage show_jid in master configuration This makes it easier for users to check the status of jobs that ran into a timeout. --- salt/files/master.d/f_defaults.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/salt/files/master.d/f_defaults.conf b/salt/files/master.d/f_defaults.conf index 209c47a..5baf3a7 100644 --- a/salt/files/master.d/f_defaults.conf +++ b/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') }}