summaryrefslogtreecommitdiff
path: root/cloudinit/distros
AgeCommit message (Expand)Author
2012-10-11Add some more sysconfig tests + pylint cleanups.Joshua Harlow
2012-10-11Fix the single item string quoting function.Joshua Harlow
2012-10-11Handle the case where the value contains shellJoshua Harlow
2012-10-11Update to use pipes.quote to ensure that Joshua Harlow
2012-10-11Update log message to use the more appropriate 'non-persistently' wording.Joshua Harlow
2012-10-11More adjustments/cleanups for the system configurationJoshua Harlow
2012-10-10Add comment explaining why the '_apply_hostname'Joshua Harlow
2012-10-10Add comments as to a future refactoringJoshua Harlow
2012-10-10System config niceness!Joshua Harlow
2012-10-10Merge the resolv.conf branch inJoshua Harlow
2012-09-30Ensure that the include dir starts the lineJoshua Harlow
2012-09-28Update the log statement used here to beJoshua Harlow
2012-09-28Dir should be 0755, not 0440Joshua Harlow
2012-09-28Ensure that the directory where the sudoersJoshua Harlow
2012-09-28Sync with head and fix conflicts.Joshua Harlow
2012-09-28Rework the rest of the locations that usedJoshua Harlow
2012-09-28rpm spec and rpm build, better handle case with no package_mirrorsJoshua Harlow
2012-09-28Also ensure that if mirror info is not invalidJoshua Harlow
2012-09-28Stop the bad habit of using 'or'.Joshua Harlow
2012-09-27cleanup the user/group listsJoshua Harlow
2012-09-25Resync with head.Joshua Harlow
2012-09-25Allow package_mirrors to be non-existent.Joshua Harlow
2012-09-24Avoid rechecking if old users is availabile.Joshua Harlow
2012-09-24Handle the case where 'user' is defined but 'users' isn't.Joshua Harlow
2012-09-24Add a netconfig format test + if rhel is passed the 'all'Joshua Harlow
2012-09-24Update to bring inline with trunk/head.Joshua Harlow
2012-09-24Refactor the ug normalization to take in a distroJoshua Harlow
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-24handle ifup on RH distros by iterating over 'ifup devname'Joshua Harlow
2012-09-24fix make pep8Scott Moser
2012-09-23Make the normalization a module level functionJoshua Harlow
2012-09-22Use 0440 permissions on sudoers, not 0644Garrett Holmstrom
2012-09-21Add in another helper that can understand the Joshua Harlow
2012-09-21Fix some docs + pylint warnings + log on default created in the module.Joshua Harlow
2012-09-21Also allow the user list to come in as a commaJoshua Harlow
2012-09-211. Cleanup the user creation so that the distro class isJoshua Harlow
2012-09-20Use only util methods for reading/loading/appending/peekingJoshua Harlow
2012-09-20Remove the need to have 'default_user' andJoshua Harlow
2012-09-20Instead of special casing the empty listJoshua Harlow
2012-09-20Pylint cleanups.Joshua Harlow
2012-09-20Add a resolv.conf parser that can be easilyJoshua 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-19do not write a comment in /etc/hostname.Scott Moser