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 }}