From 24e945eee493790153f3b35a2903fe0d2f57c161 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Tue, 9 Jul 2024 10:06:16 -0400 Subject: [PATCH] FIX: Update MOTD #13317 --- salt/motd/files/so_motd.jinja | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/salt/motd/files/so_motd.jinja b/salt/motd/files/so_motd.jinja index 2997629bc5..721b10d406 100644 --- a/salt/motd/files/so_motd.jinja +++ b/salt/motd/files/so_motd.jinja @@ -15,12 +15,11 @@ Access the Security Onion web interface at https://{{ GLOBALS.url_base }} {%- endfor -%} {%- if minions_need_restarted | length > 0 %} -**************************************************************************************************** -* 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. * -**************************************************************************************************** +#################################################################################################### +# The following nodes in your Security Onion grid may need to be restarted due to package updates. # +# If a node has already been patched and restarted but has been up for less than 15 minutes, # +# then it may not have updated its status yet. # +#################################################################################################### {% for minion in minions_need_restarted -%} {{ minion }}