summaryrefslogtreecommitdiff
path: root/manifests/reboot_required_notify.pp
AgeCommit message (Collapse)Author
2017-06-22puppet 4 compat: mark integer as stringLouis-Philippe VĂ©ronneau
2016-12-22fix missing/superfluous newline at the end/beginning of filesLouis-Philippe VĂ©ronneau
2016-06-29apt::reboot_required_notify: get rid of temporary variable.intrigeri
2015-08-31reboot_required_notify: add initial support for Jessie and newer.intrigeri
Note that reboot-notifier is only in stretch/sid at the moment, so to use this one needs to configure APT pinning themselves to make this package installable.
2015-08-31reboot_required_notify: move all code to a ::wheezy class.intrigeri
It doesn't work on Jessie and newer (#1).
2013-01-02Apply code style corrections from puppet-lintGabriel Filion
Signed-off-by: Gabriel Filion <lelutin@gmail.com> + more linting by intrigeri. Conflicts: manifests/apticron.pp manifests/cron/dist_upgrade.pp manifests/cron/download.pp manifests/dist_upgrade/initiator.pp manifests/init.pp manifests/listchanges.pp manifests/preferences.pp manifests/preseeded_package.pp manifests/proxy_client.pp manifests/unattended_upgrades.pp manifests/update.pp
2010-12-13apt::reboot_required_notify: take into account the random sleep time.intrigeri
2010-12-11New class: apt::reboot_required_notifyintrigeri
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.