Commit Graph

11 Commits (5454c562e9efcff73e650a92b2ccf34ece82766a)

Author SHA1 Message Date
Fabio Alessandro Locati cbe3f4e5e1 Make `main()` calls conditional - system (#3652) 9 years ago
Fabio Alessandro Locati cc25f24475 Native YAML - system (#3625)
* Native YAML - system

* Remove comment that is not applicable to the code
9 years ago
Tobias Wolf 62575fdf48 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.
9 years ago
Tobias Wolf e969010cf9 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.
9 years ago
Shinichi TAMURA a3860ecf1e 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.
9 years ago
Shinichi TAMURA 73b2f89539 Added 'answer' as an alias of 'value' on debconf module (#2464) 9 years ago
Brian Coca 28bba4fdfb added 'seen' type to debconf 9 years ago
Pierre-Louis Bonicoli 0df24a61c5 remove unused variable 9 years ago
Pierre-Louis Bonicoli 993da476a0 Avoid to use the builtin 'echo'
By default, the interpretation of escape characters could be disabled (bash)
or enabled (dash).
9 years ago
John Barker c8590ec612 Add a note about debconf passwords always being recorded as changed 9 years ago
Michael DeHaan 5879c503bb File extensions! 9 years ago