From 69f1dcc7cb1f881b9df0d0c5ac0c34627bc1d775 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Wed, 25 Sep 2013 11:15:59 -0700 Subject: Add recursive whole-file __include__ tag We can now merge an entire file with minimal effort. Change-Id: If86657fb9f9cca0f048c9e01100a3667597a6596 --- examples/source2.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/source2.yaml (limited to 'examples/source2.yaml') diff --git a/examples/source2.yaml b/examples/source2.yaml new file mode 100644 index 00000000..f59f85ef --- /dev/null +++ b/examples/source2.yaml @@ -0,0 +1,4 @@ +__include__: + path: examples/lib.yaml + params: + ImportantValue: Foo -- cgit 1.2.3-korg