Merge lp:~darkmuggle-deactivatedaccount/cloud-init/lp_1228228 into lp:~cloud-init-dev/cloud-init/trunk

Proposed by Ben Howard
Status: Merged
Merged at revision: 880
Proposed branch: lp:~darkmuggle-deactivatedaccount/cloud-init/lp_1228228
Merge into: lp:~cloud-init-dev/cloud-init/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
config/cloud.cfg (+1/-1)
To merge this branch: bzr merge lp:~darkmuggle-deactivatedaccount/cloud-init/lp_1228228
Reviewer Review Type Date Requested Status
Scott Moser Pending
Review via email: mp+188362@code.launchpad.net

Description of the change

Fix for bug #1228228: the default user should be in the sudo group

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'config/cloud.cfg'
2--- config/cloud.cfg 2013-09-19 22:49:50 +0000
3+++ config/cloud.cfg 2013-09-30 15:14:44 +0000
4@@ -84,7 +84,7 @@
5 name: ubuntu
6 lock_passwd: True
7 gecos: Ubuntu
8- groups: [adm, audio, cdrom, dialout, floppy, video, plugdev, dip, netdev]
9+ groups: [adm, audio, cdrom, dialout, floppy, video, plugdev, dip, netdev, sudo]
10 sudo: ["ALL=(ALL) NOPASSWD:ALL"]
11 shell: /bin/bash
12 # Other config here will be given to the distro class and/or path classes