Fix for default user not being in the sudo group (LP: #1228228).

This commit is contained in:
Ben Howard 2013-09-30 09:11:48 -06:00
parent cb2c37d301
commit fc470543c4

View File

@ -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, floppy, video, plugdev, dip, netdev, sudo]
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
shell: /bin/bash
# Other config here will be given to the distro class and/or path classes