summaryrefslogtreecommitdiff
path: root/cloudinit/distros/__init__.py
AgeCommit message (Expand)Author
2012-09-28Stop the bad habit of using 'or'.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-24Update to bring inline with trunk/head.Joshua Harlow
2012-09-24Refactor the ug normalization to take in a distroJoshua Harlow
2012-09-24handle ifup on RH distros by iterating over 'ifup devname'Joshua Harlow
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-19Fix the ifup so that if a list of devices is providedJoshua Harlow
2012-09-18Add support for useradd --selinux-user''Garrett Holmstrom
2012-08-31- Converted user list to user dict to allow exclusion of the default userBen 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-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-20Added "userless" mode to cloud-init for handling the creation of theBen Howard
2012-06-29add update_package_sources to distro classScott Moser
2012-06-21Updated so that the locale that is being written out currently in 'cc_locale'Joshua Harlow
2012-06-21Remove another unused importJoshua Harlow
2012-06-211. Move all info() logging methods to debug() harlowja
2012-06-201. Add an importer function that will search for a given module in a set of s...Joshua Harlow
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-20Catch the import error rather than the runtime error.Joshua Harlow
2012-06-19More cleanups around read/write rootsJoshua Harlow
2012-06-18Include link to netcf library in the comment.Joshua Harlow
2012-06-16If bringing up, return whatever the bring up result is, otherwise false.Joshua Harlow
2012-06-16Have the top level distro class take paths instead of a runner.Joshua Harlow
2012-06-161. Remove path function, since we have a path classJoshua Harlow
2012-06-15Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow
2012-06-15Continued adding distro specific functionality to this new parent distro clas...Joshua Harlow
2012-06-11Adding in the root distro class + a util function to fetch various distros.Joshua Harlow
2012-06-09Start adding place where distro specifics can go.Joshua Harlow