diff options
author | Dominic Schlegel <info@dominicschlegel.ch> | 2018-04-03 12:19:54 -0600 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2018-04-03 12:19:54 -0600 |
commit | b27f713ae5b4c5b38eda63758dbaeab92be13b9d (patch) | |
tree | 522ee5dff71aabc26d1872e2662ed86d7ace7ec4 /tests/data/merge_sources/source7-1.yaml | |
parent | c436e173c4162c940523a2978799193672ff9cd3 (diff) | |
download | vyos-cloud-init-b27f713ae5b4c5b38eda63758dbaeab92be13b9d.tar.gz vyos-cloud-init-b27f713ae5b4c5b38eda63758dbaeab92be13b9d.zip |
correct documentation to match correct attribute name usage.
LP: #1420018
Diffstat (limited to 'tests/data/merge_sources/source7-1.yaml')
-rw-r--r-- | tests/data/merge_sources/source7-1.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/merge_sources/source7-1.yaml b/tests/data/merge_sources/source7-1.yaml index 8fb9b32a..6405fc9b 100644 --- a/tests/data/merge_sources/source7-1.yaml +++ b/tests/data/merge_sources/source7-1.yaml @@ -4,20 +4,20 @@ users: - default - name: foobar gecos: Foo B. Bar - primary-group: foobar + primary_group: foobar groups: users - selinux-user: staff_u + selinux_user: staff_u expiredate: 2012-09-01 - ssh-import-id: foobar + ssh_import_id: foobar lock-passwd: false passwd: $6$j212wezy$7H/1LT4f9/N3wpgNunhsIqtMj62OKiS3nyNwuizouQc3u7MbYCarYeAHWYPYb2FT.lbioDm2RrkJPb9BZMN1O/ - name: barfoo gecos: Bar B. Foo sudo: ALL=(ALL) NOPASSWD:ALL groups: users, admin - ssh-import-id: None + ssh_import_id: None lock-passwd: true - ssh-authorized-keys: + ssh_authorized_keys: - <ssh pub key 1> - <ssh pub key 2> - name: cloudy |