From 3a4abe4f98d4c24989a1def59968cb49d1d26268 Mon Sep 17 00:00:00 2001 From: b4ldr Date: Mon, 22 Feb 2016 12:52:07 +0000 Subject: add options support fix ruby 1.9 hash correct --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3