add 'sudo' entry for default user in default config/cloud.cfg
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
0.7.2:
|
||||
- add a debian watch file
|
||||
- add 'sudo' entry to ubuntu's default user (LP: #1080717)
|
||||
0.7.1:
|
||||
- sysvinit: fix missing dependency in cloud-init job for RHEL 5.6
|
||||
- config-drive: map hostname to local-hostname (LP: #1061964)
|
||||
|
||||
@@ -82,6 +82,7 @@ system_info:
|
||||
lock_passwd: True
|
||||
gecos: Ubuntu
|
||||
groups: [adm, audio, cdrom, dialout, floppy, video, plugdev, dip, netdev]
|
||||
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
|
||||
shell: /bin/bash
|
||||
# Other config here will be given to the distro class and/or path classes
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user