-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
Milestone
Description
Currently the functional logic (loops, variables, ...) only work on a per YAML-file basis. It is not possible to declare variables once in one YAML file and use it then in multiple others. This is often desirable though for more complex setups.
Currently the code in
Line 59 in 65f4dfd
| return transform(o, new HashMap<String, Object>(), installLog, session); |
In addition one would need to clarify the order in which YAML files are processed (depth first vs. breadth first or all in alphabetical order).
Reactions are currently unavailable