diff options
author | intrigeri <intrigeri@boum.org> | 2010-10-06 14:06:50 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-10-06 14:06:50 +0200 |
commit | 208e60b86485fca9bd7e7c5b65dd11d61ec14107 (patch) | |
tree | 4c35afb34776c4dc4413b46de4b670dacf25ebe2 /README | |
parent | fab154da39fc3f68e66b8d36f44457533e53dac1 (diff) |
Add cron-apt support.
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -110,9 +110,22 @@ the Debian official backports and the Debian Volatile archive. Classes ======= -This module contains only the apt class, which sets up all described -functionality. +apt +--- +The apt class sets up all documented functionality but cron-apt. + +apt::cron::download +------------------- + +This class sets up cron-apt so that it downloads upgradable packages, +does not actually do any upgrade and email when the output changes. + +apt::cron::dist-upgrade +----------------------- + +This class sets up cron-apt so that it dist-upgrades the system and +email when upgrades are performed. Resources ========= |