ncsa / puppet-profile_update_os

NCSA Common Puppet Profiles - configure functionality for upgrading OS packages
0 stars 0 forks source link

If no reboot required, add wall message #6

Closed billglick closed 3 years ago

billglick commented 3 years ago

The kernel_upgrade.sh has logic to skip the reboot if:

In that case, the script should do another wall message, e.g.:

  No updates require reboot of this server ($(hostname -f)).
  Cancelling reboot.

(This idea is stolen from NCSA IRST's upgrade scripts.)