diff options
author | Joseph (Jy) Yaworski <jyaworski@carotid.us> | 2016-03-16 09:10:33 -0400 |
---|---|---|
committer | Joseph (Jy) Yaworski <jyaworski@carotid.us> | 2016-03-16 09:10:33 -0400 |
commit | b740281e0cb8c3c87245a7698c0dbc849d6d66f4 (patch) | |
tree | 71c980db03fbec1428731e2d15074f8230256c80 /README.md | |
parent | 322fe9e3030cab94b3815323b89405a9e16c0498 (diff) | |
parent | 921e94b638aa0b2ce836e92f6705342c9264312e (diff) |
Merge pull request #55 from spoofedpacket/master
Small fix for random_sleep documentation. The value is set to undef i…
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ Using unattended\_upgrades simply consists of including the module and if needed * `minimal_steps` (`true`): Split the upgrade process into sections to allow shutdown during upgrade. * `origins`: The repositories from which to automatically upgrade included packages. * `package_ensure` (`installed`): The ensure state for the 'unattended-upgrades' package. -* `random_sleep` (`300`): Maximum amount of time (in seconds) that the apt cron job can sleep before the execution. The exact amount of time will be random but upto the value specified. The purpose is to avoid that servers/mirrors get hammered at exactly the same time when a lot of machines are switched on, e.g. 9:00 in the morning. +* `random_sleep` (`undef`): Maximum amount of time (in seconds) that the apt cron job can sleep before the execution. The exact amount of time will be random but upto the value specified. The purpose is to avoid that servers/mirrors get hammered at exactly the same time when a lot of machines are switched on, e.g. 9:00 in the morning. Note: If this is left unset, the default value in the apt cron job applies, which is 1800 seconds. * `size` (`0`): Maximum size of the cache in MB. * `update` (`1`): Do "apt-get update" automatically every n-days. * `upgrade` (`1`): Run the "unattended-upgrade" security upgrade script every n-days. |