~cloud-init-dev/cloud-init/trunk

« back to all changes in this revision

Viewing changes to tests/data/merge_sources/expected7.yaml

  • Committer: Scott Moser
  • Date: 2016-08-10 15:06:15 UTC
  • Revision ID: smoser@ubuntu.com-20160810150615-ma2fv107w3suy1ma
README: Mention move of revision control to git.

cloud-init development has moved its revision control to git.
It is available at 
  https://code.launchpad.net/cloud-init

Clone with 
  git clone https://git.launchpad.net/cloud-init
or
  git clone git+ssh://git.launchpad.net/cloud-init

For more information see
  https://git.launchpad.net/cloud-init/tree/HACKING.rst

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#cloud-config
2
 
 
3
 
users:
4
 
  - default
5
 
  - name: foobar
6
 
    gecos: Foo B. Bar
7
 
    primary-group: foobar
8
 
    groups: users
9
 
    selinux-user: staff_u
10
 
    expiredate: 2012-09-01
11
 
    ssh-import-id: foobar
12
 
    lock-passwd: false
13
 
    passwd: $6$j212wezy$7H/1LT4f9/N3wpgNunhsIqtMj62OKiS3nyNwuizouQc3u7MbYCarYeAHWYPYb2FT.lbioDm2RrkJPb9BZMN1O/
14
 
  - name: barfoo
15
 
    gecos: Bar B. Foo
16
 
    sudo: ALL=(ALL) NOPASSWD:ALL
17
 
    groups: users, admin
18
 
    ssh-import-id: None
19
 
    lock-passwd: true
20
 
    ssh-authorized-keys:
21
 
      - <ssh pub key 1>
22
 
      - <ssh pub key 2>
23
 
  - name: cloudy
24
 
    gecos: Magic Cloud App Daemon User
25
 
    inactive: true
26
 
    system: true
27
 
  - bob
28
 
  - joe
29
 
  - sue
30
 
  - name: foobar_jr
31
 
    gecos: Foo B. Bar Jr
32
 
    primary-group: foobar
33
 
    groups: users
34
 
    selinux-user: staff_u
35
 
    expiredate: 2012-09-01
36
 
    ssh-import-id: foobar
37
 
    lock-passwd: false
38
 
    passwd: $6$j212wezy$7H/1LT4f9/N3wpgNunhsIqtMj62OKiS3nyNwuizouQc3u7MbYCarYeAHWYPYb2FT.lbioDm2RrkJPb9BZMN1O/