diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2013-05-07 21:38:06 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2013-05-07 21:38:06 -0700 |
commit | 229df67191e7dff058151f1e1f6e007667d55d9c (patch) | |
tree | 0958a460a7494b357b8f9cf41669a05a05290d78 /tests/data/merge_sources/source7-1.yaml | |
parent | 563af0754dc53fe4a95a4dee8ed18282f7a38104 (diff) | |
download | vyos-cloud-init-229df67191e7dff058151f1e1f6e007667d55d9c.tar.gz vyos-cloud-init-229df67191e7dff058151f1e1f6e007667d55d9c.zip |
A few more test files.
Diffstat (limited to 'tests/data/merge_sources/source7-1.yaml')
-rw-r--r-- | tests/data/merge_sources/source7-1.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/data/merge_sources/source7-1.yaml b/tests/data/merge_sources/source7-1.yaml new file mode 100644 index 00000000..8fb9b32a --- /dev/null +++ b/tests/data/merge_sources/source7-1.yaml @@ -0,0 +1,27 @@ +#cloud-config + +users: + - default + - name: foobar + gecos: Foo B. Bar + primary-group: foobar + groups: users + selinux-user: staff_u + expiredate: 2012-09-01 + 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 + lock-passwd: true + ssh-authorized-keys: + - <ssh pub key 1> + - <ssh pub key 2> + - name: cloudy + gecos: Magic Cloud App Daemon User + inactive: true + system: true + |