Fix for default user not being in the sudo group (LP: #1228228).
This commit is contained in:
parent
cb2c37d301
commit
fc470543c4
@ -84,7 +84,7 @@ system_info:
|
|||||||
name: ubuntu
|
name: ubuntu
|
||||||
lock_passwd: True
|
lock_passwd: True
|
||||||
gecos: Ubuntu
|
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"]
|
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
# Other config here will be given to the distro class and/or path classes
|
# Other config here will be given to the distro class and/or path classes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user