~ubuntu-branches/ubuntu/saucy/cloud-init/saucy

« back to all changes in this revision

Viewing changes to doc/examples/cloud-config-user-groups.txt

  • Committer: Package Import Robot
  • Author(s): Scott Moser
  • Date: 2012-08-31 17:04:06 UTC
  • mto: (245.3.1 raring)
  • mto: This revision was merged to the branch mainline in revision 290.
  • Revision ID: package-import@ubuntu.com-20120831170406-0dbj84kjdfcn4ktr
* New upstream snapshot.
  * support using launch-index (ami-launch-index) (LP: #1023177)
  * usergroup related fixes (LP: #1041384, #1044044, #1044508)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
# add users to the system. Users are added after groups are added.
9
9
users:
 
10
  - default
10
11
  - name: foobar
11
12
    gecos: Foo B. Bar
12
13
    primary-group: foobar
24
25
    ssh-authorized-keys:
25
26
      - <ssh pub key 1>
26
27
      - <ssh pub key 2>
27
 
  cloudy:
 
28
  - name: cloudy
28
29
    gecos: Magic Cloud App Daemon User
29
30
    inactive: true
30
31
    system: true
31
32
 
32
33
# Valid Values:
 
34
#   name: The user's login name
33
35
#   gecos: The user name's real name, i.e. "Bob B. Smith"
34
36
#   homedir: Optional. Set to the local path you want to use. Defaults to
35
37
#           /home/<username>