summaryrefslogtreecommitdiff
path: root/cloudinit/distros
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-24handle ifup on RH distros by iterating over 'ifup devname'Joshua Harlow
2012-09-24fix make pep8Scott Moser
2012-09-22Use 0440 permissions on sudoers, not 0644Garrett Holmstrom
2012-09-20Instead of special casing the empty listJoshua 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
2012-09-19Actually download yum metadata with update_package_sourcesGarrett Holmstrom
2012-09-19write trailing newlines on generated filesScott Moser
2012-09-19Add support for 'selinux_user' key to useradd cloud-config syntaxGarrett Holmstrom
2012-09-18Make update_package_sources stop upgrading packages on RHELGarrett Holmstrom
2012-09-18Add support for useradd --selinux-user''Garrett Holmstrom
2012-09-17Fill in basic info for the Fedora distroGarrett Holmstrom
2012-08-31Removed admin group from default Ubuntu user group list.Ben Howard
2012-08-31- Converted user list to user dict to allow exclusion of the default userBen Howard
2012-08-28distros/ubuntu.py: remove unused import (pylint)Scott Moser
2012-08-27Fixed critical bug where user and group creation was being done after SSHBen Howard
2012-08-22do not attempt the useradd command if user existsScott Moser
2012-08-22pep8 fixesScott Moser
2012-08-22fix duplicate flags being passed to useraddScott Moser
2012-08-22remove now pointless __init__ in ubuntuScott Moser
2012-08-22distros: add_default_user is no longer abstractScott Moser
2012-08-22fix issues from 'make pylint'Scott Moser
2012-08-22fix errors from 'make pep8'Scott Moser
2012-08-22Merge with lp:cloud-initBen Howard
2012-08-22Simplified users[0] detection, and ensured compatability with previous user p...Ben Howard
2012-08-22improve the check for "uses unknown key" in mirror templatesScott Moser
2012-08-22fix for pep8 issues and seemingly functional now.Scott Moser
2012-08-22merge from trunk for pep8 fixesScott Moser
2012-08-22fix pep8 complaints.Scott Moser
2012-08-22rework package mirror selectionScott Moser
2012-08-21Implemented MP feedback.Ben Howard
2012-08-20Dropped hidden command; replaced with logstring. Also changed useradd command...Ben Howard
2012-08-20Added "userless" mode to cloud-init for handling the creation of theBen Howard
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-29[merge from trunk] Use --quiet when running apt-getScott 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-221. Add a ubuntu and fedora subclass of the RH/debian root classesJoshua 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