summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_users_groups.py
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-101-34/+0
* Add a comment as to why distros can't beJoshua Harlow2012-09-281-0/+3
* Rework the rest of the locations that usedJoshua Harlow2012-09-281-4/+3
* Refactor the ug normalization to take in a distroJoshua Harlow2012-09-241-28/+1
* Make the normalization a module level functionJoshua Harlow2012-09-231-5/+16
* Fix some docs + pylint warnings + log on default created in the module.Joshua Harlow2012-09-211-3/+2
* 1. Cleanup the user creation so that the distro class isJoshua Harlow2012-09-211-53/+24
* - Converted user list to user dict to allow exclusion of the default userBen Howard2012-08-311-8/+16
* fix issues from 'make pylint'Scott Moser2012-08-221-12/+2
* fix errors from 'make pep8'Scott Moser2012-08-221-6/+6
* Simplified users[0] detection, and ensured compatability with previous user p...Ben Howard2012-08-221-4/+0
* Implemented MP feedback.Ben Howard2012-08-211-212/+33
* Dropped hidden command; replaced with logstring. Also changed useradd command...Ben Howard2012-08-201-12/+19
* Added "userless" mode to cloud-init for handling the creation of theBen Howard2012-08-201-0/+256