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