summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_users_groups.py
AgeCommit message (Expand)Author
2020-10-30Correct documentation and testcase data for some user-data YAML (#618)dermotbradley
2020-09-22cc_users_groups: minor doc formatting fix (#577)Daniel Watkins
2020-08-13Fix 'Users and Groups' configuration documentation (#530)sshedi
2019-12-18cloud-init: fix capitalisation of SSH (#126)Daniel Watkins
2018-09-08config: disable ssh access to a configured user accountChad Smith
2018-06-19docs: represent sudo:false in docs for user_groups config moduleChad Smith
2018-04-03correct documentation to match correct attribute name usage.Dominic Schlegel
2017-10-18schema: Log debug instead of warning when jsonschema is not available.Scott Moser
2017-05-19doc: various improvements for the docs on cc_users_groups.Felix Dreissig
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-10-25cc_users_groups: fix remaing call to ds.normalize_user_groupsRyan Harper
2016-09-30Improve module documentation and doc cleanup.Wesley Wiedenmeier
2012-09-28Add a comment as to why distros can't beJoshua Harlow
2012-09-28Rework the rest of the locations that usedJoshua Harlow
2012-09-24Refactor the ug normalization to take in a distroJoshua Harlow
2012-09-23Make the normalization a module level functionJoshua Harlow
2012-09-21Fix some docs + pylint warnings + log on default created in the module.Joshua Harlow
2012-09-211. Cleanup the user creation so that the distro class isJoshua Harlow
2012-08-31- Converted user list to user dict to allow exclusion of the default userBen Howard
2012-08-22fix issues from 'make pylint'Scott Moser
2012-08-22fix errors from 'make pep8'Scott Moser
2012-08-22Simplified users[0] detection, and ensured compatability with previous user p...Ben Howard
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