Commit Graph

8 Commits (5fbb0de36fa14a464b7eb5fd9fcd547f96b746e8)

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.
9 years ago
Shinichi TAMURA ba6aa8b013 Added 'answer' as an alias of 'value' on debconf module (#2464) 10 years ago
Brian Coca a28d7a00b8 added 'seen' type to debconf 10 years ago
Greg DeKoenigsberg d1999aa7cf Adding author's github id 11 years ago
Pierre-Louis Bonicoli 40298a8f24 remove unused variable 11 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).
11 years ago
John Barker 9efac37b1b Add a note about debconf passwords always being recorded as changed 11 years ago
Michael DeHaan b1e789968b File extensions! 11 years ago