summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_mcollective.py
AgeCommit message (Expand)Author
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-01-21Drop most of the remaining use of six (#179)Daniel Watkins
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-09-30Improve module documentation and doc cleanup.Wesley Wiedenmeier
2016-08-11Upgrade to a configobj package new enough to workJoshua Harlow
2016-07-19mcollective: add tests, cleanups and bug fix when no config in /etc.Scott Moser
2016-07-14fix tox flake8Scott Moser
2016-07-14Change StringIO to BytesIO in cc_mcollective.pySergii Golovatiuk
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2012-10-27Helpful cleanups.harlowja
2012-06-221. Use configobj instead of configparserharlowja
2012-06-211. Renames for debug message from 'transform' to 'module'harlowja
2012-06-21Move to a write location and when writing, also write to the write location, ...harlowja
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-20The 'cfg' module has been removed and moved to 'helpers' to avoid confusion. ...Joshua Harlow