summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorb4ldr <github@johnbond.org>2016-02-22 12:52:07 +0000
committerb4ldr <github@johnbond.org>2016-03-31 15:37:53 -0300
commit3a4abe4f98d4c24989a1def59968cb49d1d26268 (patch)
tree6908974fb30b0b99c8d70c1939511f489d43033e /README.md
parent1ddfcea4c298cbe6236622020ec440e5e0633341 (diff)
add options support
fix ruby 1.9 hash correct
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index a2d3aef..c81b759 100644
--- a/README.md
+++ b/README.md
@@ -109,6 +109,13 @@ Using unattended\_upgrades simply consists of including the module and if needed
}
```
* `verbose` (`0`): Send report mail to root.
+* `options` (`{}`): A hash of settings with these possible keys:
+ * `force_confdef` (`true`) : Use the default option for new config files if one
+ is available, don't prompt. If no default can be found, you will be prompted
+ unless one of the confold or confnew options is also given
+ * `force_confold` (`true`): Always use the old config files, don't prompt
+ * `force_connew` (`false`): Always use the new config files, don't prompt
+ * `force_conmiss` (`false`): Always install missing config files
## Limitations