diff options
author | Ben Howard <ben.howard@canonical.com> | 2012-08-31 12:45:40 -0600 |
---|---|---|
committer | Ben Howard <ben.howard@canonical.com> | 2012-08-31 12:45:40 -0600 |
commit | b696c2a57821e0e1fe18400016c906b92f8c271e (patch) | |
tree | 91d6d25beded00359f318a25f9d4808cc92ed361 /config/cloud.cfg | |
parent | 09cec0837a20f6cfafa520aa0ff2e484e1fd9c01 (diff) | |
download | vyos-cloud-init-b696c2a57821e0e1fe18400016c906b92f8c271e.tar.gz vyos-cloud-init-b696c2a57821e0e1fe18400016c906b92f8c271e.zip |
- Converted user list to user dict to allow exclusion of the default user
on Ubuntu systems via cloud-config (LP: #1041384).
- Fixed bug with user creation on Ubuntu where the default user groups are
not set properly (LP: #1044044).
- Fixed documentation for user creation (LP: #1044508).
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 9c475251..d5079721 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -3,7 +3,7 @@ # Implement for Ubuntu only: create the default 'ubuntu' user users: - default: true + - default # If this is set, 'root' will not be able to ssh in and they # will get a message to login instead as the above $user (ubuntu) |