diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-03-09 20:47:27 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-03-09 20:47:27 -0500 |
commit | 0865e5179f2a803f727e83b5e36681613e63fe8a (patch) | |
tree | 3c593556155c5b1f199e22a525bd94b6f66efe71 /ChangeLog | |
parent | 93e553d64baf6f7e9b135b86f822c4af8bd192d0 (diff) | |
parent | 075fdbfcc567de07fcf54566872d812c8573efb9 (diff) | |
download | vyos-cloud-init-0865e5179f2a803f727e83b5e36681613e63fe8a.tar.gz vyos-cloud-init-0865e5179f2a803f727e83b5e36681613e63fe8a.zip |
add default user to 'lxd' group and create groups when necessary.
This add 'lxd' to the list of groups that the default user is added to.
It also changes behavior to create any necessary groups that are listed
for the user rather than failing to add the user.
Theres also a fix for usage of logexc that I found along the way.
LP: #1539317
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ - Enable password changing via a hashed string [Alex Sirbu] - Added BigStep datasource [Alex Sirbu] - No longer run pollinate in seed_random (LP: #1554152) + - groups: add defalt user to 'lxd' group. Create groups listed + for a user if they do not exist. (LP: #1539317) 0.7.6: - open 0.7.6 |