summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Hofstaedtler <christian@hofstaedtler.name>2015-09-05 12:22:10 +0200
committerChristian Hofstaedtler <christian@hofstaedtler.name>2015-09-07 21:45:58 +0200
commitc8dd1e4d48d509aa921f0682ee054910c7db4e89 (patch)
tree3a731c15684631b50771275753e9881fe0dad389 /README.md
parent23475aabeff8d2c282efcf8638a66a85c2674b0d (diff)
Document auto -> clean
Diffstat (limited to 'README.md')
-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.