ceph-ansible/plugins/actions
Kevin Carter b56b224250
Update the config_template plugin
These changes address 2 issues:

* The config template plugin in v1 mode was not respecting a list
  of integers and would cause a stacktrace because the ConfigParese
  module expects everything written to be a string.
* The config template plugin in v2 mode was not properly handingly
  the multi-string-op type due to an oversight in the ``_option_write``
  method.

With these updates the config template is now able to better support
all of the potential options that could be thrown at it when writing
an INI config file.

Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-04-11 23:28:40 -05:00
..
_v1_config_template.py Update the config_template plugin 2016-04-11 23:28:40 -05:00
_v2_config_template.py Update the config_template plugin 2016-04-11 23:28:40 -05:00
config_template.py Update the config_template plugin for ansible2 2016-03-30 17:23:09 -05:00