ceph-ansible/plugins
Andy McCrae fe4ba9d135 Fix config_template to consistently order sections
In ec042219e6 we added OrderedDict and
sorted to be able to preserve order for config_template k,v pairs inside
a section.

This patch adds a similar ordering for the sections themselves, which
could still change order and intiiate handler restarts.

OrderedDict isn't needed because we use .items() to return a list that
can then be sorted().
2018-03-16 23:24:28 +01:00
..
actions Fix config_template to consistently order sections 2018-03-16 23:24:28 +01:00
callback Cleanup plugins directories and references 2018-03-14 11:15:39 +01:00