diff --git a/ChangeLog b/ChangeLog index 880ace21..886e8f5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,8 @@ filesystems. Useful if attached disks are not formatted (LP: #1218506) - Fix usage of libselinux-python when selinux is disabled. [Garrett Holmstrom] - multi_log: only write to /dev/console if it exists [Garrett Holmstrom] + - config/cloud.cfg: add 'sudo' to list groups for the default user + (LP: #1228228) 0.7.2: - add a debian watch file - add 'sudo' entry to ubuntu's default user (LP: #1080717) diff --git a/config/cloud.cfg b/config/cloud.cfg index 382cfaf8..a07cd3b0 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -84,7 +84,7 @@ system_info: name: ubuntu lock_passwd: True gecos: Ubuntu - groups: [adm, audio, cdrom, dialout, floppy, video, plugdev, dip, netdev] + groups: [adm, audio, cdrom, dialout, dip, floppy, 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