Commit Graph

8 Commits (b8db87d20607a8d8a92f0a8df9e826807530549b)

Author SHA1 Message Date
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