diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-19 09:25:09 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-19 09:25:09 -0500 |
commit | 7a7cf335453146a775c8566e5a4ed4716a03a874 (patch) | |
tree | 1207c4fa4dc087013957bdaca5c451d0c4b81f6d | |
parent | 2808d703dc79cad0650e4ba52d8d6ce7203329b2 (diff) | |
download | vyos-cloud-init-7a7cf335453146a775c8566e5a4ed4716a03a874.tar.gz vyos-cloud-init-7a7cf335453146a775c8566e5a4ed4716a03a874.zip |
add 'sudo' entry for default user in default config/cloud.cfg
LP: #1080717
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | config/cloud.cfg | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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) diff --git a/config/cloud.cfg b/config/cloud.cfg index e0306a49..a8c74486 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -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: |