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/source6-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/source6-2.yaml')
-rw-r--r-- | tests/data/merge_sources/source6-2.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/data/merge_sources/source6-2.yaml b/tests/data/merge_sources/source6-2.yaml new file mode 100644 index 00000000..d8fac446 --- /dev/null +++ b/tests/data/merge_sources/source6-2.yaml @@ -0,0 +1,8 @@ +#cloud-config + +run_cmds: + - ps + - vi + - emacs + +merge_type: 'list(append)+dict(recurse_array)+str()' |