summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Galić <i.galic@brainsware.org>2015-09-10 17:15:48 +0200
committerIgor Galić <i.galic@brainsware.org>2015-09-10 17:15:48 +0200
commita5e8ebe70724de398e5e1cfa8a9c5324729c8c91 (patch)
tree3a731c15684631b50771275753e9881fe0dad389
parent23475aabeff8d2c282efcf8638a66a85c2674b0d (diff)
parentc8dd1e4d48d509aa921f0682ee054910c7db4e89 (diff)
Merge pull request #25 from zeha/patch-1
Document auto -> clean
-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.