summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFelix Frank <Felix.Frank@Alumni.TU-Berlin.de>2015-10-27 14:50:34 +0100
committerFelix Frank <Felix.Frank@Alumni.TU-Berlin.de>2015-10-27 14:50:34 +0100
commite56c49dd4dfd08587fa3e86dfc177ae5202989b8 (patch)
tree11ae9e6d57692d8e7db12ab5fc38c5c23c9be3df /README.md
parente2c493fc0fb5efe0500e135d6ed1b78f7c5b5038 (diff)
parent032022b6a83f5a207b29bf65aeb6399a0c372fef (diff)
Merge pull request #33 from fbarbeira/master
Include variable 'RandomSleep'.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2ac0abd..2bc0ad8 100644
--- a/README.md
+++ b/README.md
@@ -93,6 +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`): Seconds of delay on the cron job execution.
* `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.