diff options
Diffstat (limited to 'config/cloud.cfg')
-rw-r--r-- | config/cloud.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index 382cfaf8..1c1790df 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, 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 |