commit | d326461793a93bde302b3a5fcd51f46a5d965274 | [log] [tgz] |
---|---|---|
author | Jiri Broulik <jbroulik@mirantis.com> | Thu Jun 14 17:06:40 2018 +0200 |
committer | Jiri Broulik <jbroulik@mirantis.com> | Thu Jun 14 17:06:40 2018 +0200 |
tree | c8af268db52182bb49f9ec04c9bd51fa9585134a | |
parent | 30e05a6daec49212c7fcdd8018f3be4a9b2a3b6b [diff] [blame] |
Imported Upstream version 1.5.3
diff --git a/test/model/default/classes/third.yml b/test/model/default/classes/third.yml new file mode 100644 index 0000000..135acd4 --- /dev/null +++ b/test/model/default/classes/third.yml
@@ -0,0 +1,18 @@ +classes: +- second + +parameters: + _param: + notfound: exist + myparam: ${_param:some} + will: + not: + fail: + at: + tree: ${_param:notfound} + three: ${two} + empty: + list: [] + dict: {} + ~list_to_override: ${empty:list} + ~dict_to_override: ${empty:dict}