summaryrefslogtreecommitdiff
path: root/cloudinit/distros/rhel.py
AgeCommit message (Expand)Author
2012-06-29Include the helpers import.harlowja
2012-06-29add update_package_sources to distro classScott Moser
2012-06-221. Adjust for the cases of 'yes', 'no', 'true', 'false' byJoshua Harlow
2012-06-221. Fix the cfgobj to make sure it handles the quotingJoshua Harlow
2012-06-22Use configobj support for now to keep the comments and other k/v pairs that m...Joshua Harlow
2012-06-21Use RuntimeError subclass instead of top level ExceptionJoshua Harlow
2012-06-21Updated so that the locale that is being written out currently in 'cc_locale'Joshua Harlow
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-19Pylint line length fixups.Joshua Harlow
2012-06-19More cleanups around read/write rootsJoshua Harlow
2012-06-19Make most of all the places use the paths join() function so that testing wit...Joshua Harlow
2012-06-18Add created by or added by cloud-init lines when we modify or create files.Joshua Harlow
2012-06-17Added a new rhel distro that does the following.harlowja