summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8c1581c..2ac0abd 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,8 @@ Using unattended\_upgrades simply consists of including the module and if needed
age => { 'max' => 10 },
}
```
-* `auto` `({}`): A hash of settings with three possible keys:
+* `auto` (`{}`): A hash of settings with these possible keys:
+ * `clean`(`0`): Remove packages that can no longer be downloaded from cache every X days (`0` = disabled).
* `fix_interrupted_dpkg`(`true`): Try to fix package installation state.
* `reboot`(`false`): Reboot system after package update installation.
* `remove`(`true`): Remove unneeded dependencies after update installation.