summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/cloud.cfg20
1 files changed, 8 insertions, 12 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg
index fbf53bd5..efa0fa36 100644
--- a/config/cloud.cfg
+++ b/config/cloud.cfg
@@ -74,18 +74,14 @@ system_info:
# This will affect which distro class gets used
distro: ubuntu
# Default user name + that default users groups (if added/used)
- default_user: ubuntu
- default_user_groups:
- - adm
- - audio
- - cdrom
- - dialout
- - floppy
- - video
- - plugdev
- - dip
- - netdev
- - sudo
+ default_user:
+ name: Ubuntu
+ plain_text_passwd: 'ubuntu'
+ home: /home/ubuntu
+ shell: /bin/bash
+ lock_passwd: True
+ gecos: Ubuntu
+ groups: [adm, audio, cdrom, dialout, floppy, video, plugdev, dip, netdev]
# Other config here will be given to the distro class and/or path classes
paths:
cloud_dir: /var/lib/cloud/