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.
2016-09-12 10:25:28 +02:00
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.
2016-09-05 22:06:18 +02:00
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.
2016-08-17 07:32:49 -07:00
Shinichi TAMURA
ba6aa8b013
Added 'answer' as an alias of 'value' on debconf module ( #2464 )
2016-06-22 08:53:16 -04:00
Brian Coca
a28d7a00b8
added 'seen' type to debconf
2016-06-20 08:59:10 -04:00
Greg DeKoenigsberg
d1999aa7cf
Adding author's github id
2015-05-14 00:49:57 -04:00
Pierre-Louis Bonicoli
40298a8f24
remove unused variable
2015-01-12 19:02:30 +01:00
Pierre-Louis Bonicoli
25f595c2ba
Avoid to use the builtin 'echo'
...
By default, the interpretation of escape characters could be disabled (bash)
or enabled (dash).
2015-01-12 18:52:25 +01:00
John Barker
9efac37b1b
Add a note about debconf passwords always being recorded as changed
2014-12-31 22:10:18 +00:00
Michael DeHaan
b1e789968b
File extensions!
2014-09-26 10:40:16 -04:00