summaryrefslogtreecommitdiff
path: root/cloudinit/distros/rhel.py
AgeCommit message (Expand)Author
2012-09-24cleanups for rhel network configJoshua Harlow
2012-09-24fix pep8Scott Moser
2012-09-24Oopies, missed u.Joshua Harlow
2012-09-24Bring up to date with trunk.Joshua Harlow
2012-09-19Use a common header creation functionJoshua Harlow
2012-09-19Rework the rhel sysconfig writing/updatingJoshua Harlow
2012-09-19Fix the ifup so that if a list of devices is providedJoshua Harlow
2012-09-19fix 'update_package_sources' on rhel to only update package sourcesGarrett Holmstrom
2012-09-19Add the translation from the ubuntu format for nameservers and dns searchJoshua Harlow
2012-09-19Actually download yum metadata with update_package_sourcesGarrett Holmstrom
2012-09-18Make update_package_sources stop upgrading packages on RHELGarrett Holmstrom
2012-08-22fix pep8 complaints.Scott Moser
2012-08-10Add the translation from the ubuntu format for nameservers and dns searchJoshua Harlow
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