summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_users_groups.py
Commit message (Expand)AuthorAgeFilesLines
* users: schema permit empty list to indicate create no usersChad Smith2023-04-171-0/+6
* refactor: stop passing log instances to cc_* handlers (#2016)d1r3ct0r2023-03-271-4/+1
* typing: Add types to cc_<module>.handle (#1700)Alberto Contreras2022-09-021-2/+7
* schema: Enable deprecations in cc_users_groups (#1627)Alberto Contreras2022-08-051-1/+1
* config: Def activate_by_schema_keys for t-z (#1613)Alberto Contreras2022-07-221-0/+1
* users: error when home should not be created AND ssh keys providedJeffrey 'jf' Lim2022-04-261-0/+16
* schema: add JSON defs for modules cc_users_groups (#1379)Chad Smith2022-04-151-111/+124
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-17/+22
* Correct documentation and testcase data for some user-data YAML (#618)dermotbradley2020-10-301-4/+5
* cc_users_groups: minor doc formatting fix (#577)Daniel Watkins2020-09-221-4/+3
* Fix 'Users and Groups' configuration documentation (#530)sshedi2020-08-131-0/+7
* cloud-init: fix capitalisation of SSH (#126)Daniel Watkins2019-12-181-3/+3
* config: disable ssh access to a configured user accountChad Smith2018-09-081-2/+39
* docs: represent sudo:false in docs for user_groups config moduleChad Smith2018-06-191-2/+6
* correct documentation to match correct attribute name usage.Dominic Schlegel2018-04-031-14/+14
* schema: Log debug instead of warning when jsonschema is not available.Scott Moser2017-10-181-1/+2
* doc: various improvements for the docs on cc_users_groups.Felix Dreissig2017-05-191-19/+40
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-15/+5
* cc_users_groups: fix remaing call to ds.normalize_user_groupsRyan Harper2016-10-251-2/+2
* Improve module documentation and doc cleanup.Wesley Wiedenmeier2016-09-301-0/+80
* 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