Robert C Jennings has proposed merging lp:~rcj/cloud-init/lxd_group into lp:cloud-init.
Requested reviews: cloud init development team (cloud-init-dev) Related bugs: Bug #1539317 in cloud-init (Ubuntu): "default user should be in the lxd group" https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1539317 For more details, see: https://code.launchpad.net/~rcj/cloud-init/lxd_group/+merge/288587 -- Your team cloud init development team is requested to review the proposed merge of lp:~rcj/cloud-init/lxd_group into lp:cloud-init.
=== modified file 'config/cloud.cfg' --- config/cloud.cfg 2016-02-04 04:21:40 +0000 +++ config/cloud.cfg 2016-03-09 22:36:27 +0000 @@ -89,7 +89,7 @@ name: ubuntu lock_passwd: True gecos: Ubuntu - groups: [adm, audio, cdrom, dialout, dip, floppy, netdev, plugdev, sudo, video] + groups: [adm, audio, cdrom, dialout, dip, floppy, lxd, netdev, plugdev, sudo, video] sudo: ["ALL=(ALL) NOPASSWD:ALL"] shell: /bin/bash # Other config here will be given to the distro class and/or path classes
_______________________________________________ Mailing list: https://launchpad.net/~cloud-init-dev Post to : cloud-init-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~cloud-init-dev More help : https://help.launchpad.net/ListHelp