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-2.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-2.yaml')
-rw-r--r-- | tests/data/merge_sources/source8-2.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/merge_sources/source8-2.yaml b/tests/data/merge_sources/source8-2.yaml new file mode 100644 index 00000000..7fa3262b --- /dev/null +++ b/tests/data/merge_sources/source8-2.yaml @@ -0,0 +1,6 @@ +#cloud-config + +mounts: + - [ ephemeral22, /mnt, auto, "defaults,noexec" ] + +merge_how: 'dict(recurse_array)+list(recurse_list,recurse_str)+str()' |