Age | Commit message (Expand) | Author |
2012-09-19 | Add support for 'selinux_user' key to useradd cloud-config syntax | Garrett Holmstrom |
2012-09-18 | Make update_package_sources stop upgrading packages on RHEL | Garrett Holmstrom |
2012-09-18 | Add support for useradd --selinux-user'' | Garrett Holmstrom |
2012-09-17 | Fill in basic info for the Fedora distro | Garrett Holmstrom |
2012-08-31 | Removed 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 user | Ben Howard |
2012-08-28 | distros/ubuntu.py: remove unused import (pylint) | Scott Moser |
2012-08-27 | Fixed critical bug where user and group creation was being done after SSH | Ben Howard |
2012-08-22 | do not attempt the useradd command if user exists | Scott Moser |
2012-08-22 | pep8 fixes | Scott Moser |
2012-08-22 | fix duplicate flags being passed to useradd | Scott Moser |
2012-08-22 | remove now pointless __init__ in ubuntu | Scott Moser |
2012-08-22 | distros: add_default_user is no longer abstract | Scott Moser |
2012-08-22 | fix issues from 'make pylint' | Scott Moser |
2012-08-22 | fix errors from 'make pep8' | Scott Moser |
2012-08-22 | Merge with lp:cloud-init | Ben Howard |
2012-08-22 | Simplified users[0] detection, and ensured compatability with previous user p... | Ben Howard |
2012-08-22 | improve the check for "uses unknown key" in mirror templates | Scott Moser |
2012-08-22 | fix for pep8 issues and seemingly functional now. | Scott Moser |
2012-08-22 | merge from trunk for pep8 fixes | Scott Moser |
2012-08-22 | fix pep8 complaints. | Scott Moser |
2012-08-22 | rework package mirror selection | Scott Moser |
2012-08-21 | Implemented MP feedback. | Ben Howard |
2012-08-20 | Dropped hidden command; replaced with logstring. Also changed useradd command... | Ben Howard |
2012-08-20 | Added "userless" mode to cloud-init for handling the creation of the | Ben Howard |
2012-08-10 | Add the translation from the ubuntu format for nameservers and dns search | Joshua Harlow |
2012-06-29 | Include the helpers import. | harlowja |
2012-06-29 | add update_package_sources to distro class | Scott Moser |
2012-06-29 | [merge from trunk] Use --quiet when running apt-get | Scott Moser |
2012-06-22 | 1. Adjust for the cases of 'yes', 'no', 'true', 'false' by | Joshua Harlow |
2012-06-22 | 1. Fix the cfgobj to make sure it handles the quoting | Joshua Harlow |
2012-06-22 | 1. Add a ubuntu and fedora subclass of the RH/debian root classes | Joshua Harlow |
2012-06-22 | Use configobj support for now to keep the comments and other k/v pairs that m... | Joshua Harlow |
2012-06-21 | Use RuntimeError subclass instead of top level Exception | Joshua Harlow |
2012-06-21 | Updated so that the locale that is being written out currently in 'cc_locale' | Joshua Harlow |
2012-06-21 | Remove another unused import | Joshua Harlow |
2012-06-21 | 1. Move all info() logging methods to debug() | harlowja |
2012-06-20 | 1. Add an importer function that will search for a given module in a set of s... | Joshua Harlow |
2012-06-20 | Massive pylint + pep8 fixups! | Joshua Harlow |
2012-06-20 | Catch the import error rather than the runtime error. | Joshua Harlow |
2012-06-19 | Pylint line length fixups. | Joshua Harlow |
2012-06-19 | More cleanups around read/write roots | Joshua Harlow |
2012-06-19 | More paths missed (durn), but now fixed. | Joshua Harlow |
2012-06-19 | Make most of all the places use the paths join() function so that testing wit... | Joshua Harlow |
2012-06-18 | Add created by or added by cloud-init lines when we modify or create files. | Joshua Harlow |
2012-06-18 | Include link to netcf library in the comment. | Joshua Harlow |
2012-06-17 | Update the variable for comment positioning to be 'c_pos' (comment position) ... | harlowja |
2012-06-17 | 1. Adjust the ubuntu network hostname writing to go through a standard write ... | harlowja |
2012-06-17 | Added a new rhel distro that does the following. | harlowja |
2012-06-17 | 1. Remove rhel sysconfig for timezone, now have a rhel distro subclass | harlowja |