diff options
author | Clint Byrum <clint@fewbar.com> | 2013-09-25 11:15:59 -0700 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2013-09-30 09:04:07 -0700 |
commit | 69f1dcc7cb1f881b9df0d0c5ac0c34627bc1d775 (patch) | |
tree | ce25b4876111d47dda946d54a7cbdd46fafbcac5 /examples/source_include_subkey.yaml | |
parent | faa7cfbb196f399a41f337d2b21984f9184ed1b5 (diff) |
Add recursive whole-file __include__ tag
We can now merge an entire file with minimal effort.
Change-Id: If86657fb9f9cca0f048c9e01100a3667597a6596
Diffstat (limited to 'examples/source_include_subkey.yaml')
-rw-r--r-- | examples/source_include_subkey.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/source_include_subkey.yaml b/examples/source_include_subkey.yaml new file mode 100644 index 00000000..be344cd8 --- /dev/null +++ b/examples/source_include_subkey.yaml @@ -0,0 +1,10 @@ +Parameters: + Foo: + Type: String +Resources: + __include__: + path: examples/lib.yaml + subkey: Resources + params: + BImage: + Ref: Foo |