From 6040633a8c0eccd463a84a5d879604634064a436 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 5 Dec 2019 12:38:46 -0500 Subject: [PATCH] update OS patch restart needed MOTD --- salt/motd/files/package_update_reboot_required.jinja | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/salt/motd/files/package_update_reboot_required.jinja b/salt/motd/files/package_update_reboot_required.jinja index 3a1fd1e9e..6d94fc613 100644 --- a/salt/motd/files/package_update_reboot_required.jinja +++ b/salt/motd/files/package_update_reboot_required.jinja @@ -10,9 +10,12 @@ {%- endfor -%} {%- if minions_need_restarted | length > 0 %} -***************************************************************************************** -* The following nodes in your Security Onion grid need restarted due to package updates * -***************************************************************************************** +**************************************************************************************************** +* The following nodes in your Security Onion grid may need to be restarted due to package updates. * +* If the node has already been patched, restarted and been up for less than 15 minutes, then it * +* may not have updated it's restart_needed status yet. This will cause it to be listed below, even * +* if it has already been restarted. This feature will be improved in the future. * +**************************************************************************************************** {% for minion in minions_need_restarted -%} {{ minion }}