cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #00819
[Merge] lp:~smoser/cloud-init/trunk.1562918 into lp:cloud-init
The proposal to merge lp:~smoser/cloud-init/trunk.1562918 into lp:cloud-init has been updated.
Commit Message changed to:
fix adding of users without a group
revision 1179 regressed adding a user that did not have a 'groups'
entry present. This should handle that correctly, making 'add_user'
able to take:
a.) groups="group1,group2"
b.) groups=["group1", "group2"]
c.) groups=None
d.) no groups parameter
For more details, see:
https://code.launchpad.net/~smoser/cloud-init/trunk.1562918/+merge/290542
--
Your team cloud init development team is requested to review the proposed merge of lp:~smoser/cloud-init/trunk.1562918 into lp:cloud-init.