Commit Graph

10 Commits (d76f4f1795f66ab856c52d4d24af2aa3dc6d0dfc)

Author SHA1 Message Date
Tobias Wolf 061c6517eb Fix one character typo in my previous PR for debconf module (#2899)
Small oops in the previous PR #2530 commit.

Instead of `diff_dict` it slipped through as `diffdict`.

Please merge and sorry.
8 years ago
Tobias Wolf 39972fa697 Add diff mode output to debconf module (#2530)
Support diff such that the previous and current settings are visible
without debug output and just with `--diff` if requested.
8 years ago
Shinichi TAMURA 5fbb0de36f Allow value to be bool where 'yes'/'no' are in choices (#2593)
* Changed type of 'details' argument to bool on ecs_service_facts module.

* Changed type of 'autostart' argument to bool on virt_* modules.

* Changed types of 'autoconnect' and 'stp' argument to bool on nmcli module.
('create_connection_bridge(self)' and 'modify_connection_bridge(self)' are not implemented yet?)

* Added conversion of 'value' argument when 'vtype' is boolean on debconf module.
8 years ago
Shinichi TAMURA ba6aa8b013 Added 'answer' as an alias of 'value' on debconf module (#2464) 9 years ago
Brian Coca a28d7a00b8 added 'seen' type to debconf 9 years ago
Greg DeKoenigsberg d1999aa7cf Adding author's github id 10 years ago
Pierre-Louis Bonicoli 40298a8f24 remove unused variable 10 years ago
Pierre-Louis Bonicoli 25f595c2ba Avoid to use the builtin 'echo'
By default, the interpretation of escape characters could be disabled (bash)
or enabled (dash).
10 years ago
John Barker 9efac37b1b Add a note about debconf passwords always being recorded as changed 10 years ago
Michael DeHaan b1e789968b File extensions! 10 years ago