diff options
Diffstat (limited to 'tests/data/merge_sources/source5-2.yaml')
-rw-r--r-- | tests/data/merge_sources/source5-2.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/data/merge_sources/source5-2.yaml b/tests/data/merge_sources/source5-2.yaml new file mode 100644 index 00000000..f61c96a2 --- /dev/null +++ b/tests/data/merge_sources/source5-2.yaml @@ -0,0 +1,8 @@ +#cloud-config + +Blah: 3 +Blah2: 2 +Blah3: [1] + + +merge_how: 'dict(replace)+list(append)' |