diff options
author | intrigeri <intrigeri@boum.org> | 2010-12-11 14:43:24 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-12-11 14:50:16 +0100 |
commit | 874da52745d7f9c34976a9e05292a92bb449e803 (patch) | |
tree | 9c0b7bcbeb46e7f6c5a97531be2cc49f65671727 /README | |
parent | b467cda7f44165743ed7409ff19894052fc85b9e (diff) |
New class: apt::reboot_required_notify
This class installs a daily cronjob that checks if a package upgrade
requires the system to be rebooted; if so, cron sends a notification
email to root.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -218,6 +218,13 @@ apt::proxy_client This class adds the right configuration to apt to make it fetch packages via a proxy. The variables $apt_proxy and $apt_proxy_port need to be set (see above). +apt::reboot_required_notify +--------------------------- + +This class installs a daily cronjob that checks if a package upgrade +requires the system to be rebooted; if so, cron sends a notification +email to root. + apt::unattended_upgrades ------------------------ |