summaryrefslogtreecommitdiffstats
path: root/library/modify_yaml.py
Commit message (Collapse)AuthorAgeFilesLines
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-117/+0
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Remove vim configuration from Python filesRodolfo Carvalho2017-05-091-2/+0
| | | | | | | In a project where contributors are free to use whatever editor they want and we have linting tools that verify the proper formatting of Python files, it should not be required to have a vim-specific line in Python files.
* Updated modify_yaml with docstring and clarificationsSteve Milner2017-01-131-8/+19
|
* python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus2016-12-201-1/+1
| | | | versions
* modify_yaml: handle None value during update.Andrew Butcher2016-12-191-11/+15
|
* update tests and flake8/pylint fixesJason DeTiberus2016-11-291-4/+5
|
* Fixed a bug in modify_yaml module.Devan Goodwin2016-08-081-11/+19
| | | | | | | | | | When adding a property to a section that does not yet exist, the property was being inserted into the section above where it should have due to the pointer not being adjusted for the new section we created. Adds a test sub-directory, would like to eventually move all the ooinstall tests here as well so nosetests just works from top level directory.
* Move modify_yaml up into top level library directoryScott Dodson2016-05-061-0/+95