~harlowja/cloud-init/boto-metadata-fixings

« back to all changes in this revision

Viewing changes to config/cloud.cfg

  • Committer: Scott Moser
  • Date: 2012-10-23 10:35:58 UTC
  • Revision ID: smoser@ubuntu.com-20121023103558-ul5eg4hg1qtgo5gn
tweak default ubuntu user

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
   # Default user name + that default users groups (if added/used)
77
77
   default_user:
78
78
     name: Ubuntu
79
 
     plain_text_passwd: 'ubuntu'
80
 
     home: /home/ubuntu
81
 
     shell: /bin/bash
82
79
     lock_passwd: True
83
80
     gecos: Ubuntu
84
81
     groups: [adm, audio, cdrom, dialout, floppy, video, plugdev, dip, netdev]