~ubuntu-branches/ubuntu/quantal/cloud-init/quantal

« back to all changes in this revision

Viewing changes to cloudinit/distros/ubuntu.py

  • Committer: Package Import Robot
  • Author(s): Scott Moser
  • Date: 2012-09-01 20:11:34 UTC
  • Revision ID: package-import@ubuntu.com-20120901201134-6nolwt4euqig3j1b
* New upstream snapshot.
  * fix cloud-archives (LP: #1044594)
  * fix set_passwords for usergroups as a list (LP: #1044553)
* fix 'failed to setup apt-pipelining' warning on install due to
  old 0.6 style usage of cloud-init.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
    distro_name = 'ubuntu'
33
33
    default_user = 'ubuntu'
34
 
    default_user_groups = ("adm,admin,audio,cdrom,dialout,floppy,video,"
 
34
    default_user_groups = ("adm,audio,cdrom,dialout,floppy,video,"
35
35
                            "plugdev,dip,netdev,sudo")