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/source8-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/source8-1.yaml')
-rw-r--r-- | tests/data/merge_sources/source8-1.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/data/merge_sources/source8-1.yaml b/tests/data/merge_sources/source8-1.yaml new file mode 100644 index 00000000..5ea51c2c --- /dev/null +++ b/tests/data/merge_sources/source8-1.yaml @@ -0,0 +1,7 @@ +#cloud-config + +mounts: + - [ ephemeral0, /mnt, auto, "defaults,noexec" ] + - [ sdc, /opt/data ] + - [ xvdh, /opt/data, "auto", "defaults,nobootwait", "0", "0" ] + - [ dd, /dev/zero ] |