Open
Description
The formula's yaml files are carrying too much logic for files that must let you, at a quick glance, understand what values are being set as default or overriden in each of those files.
Even more, some of logic in these files, which should be loaded before pillars, are querying pillar values to construct variables or include values.
My understanding is that these files should just contain variables' assignments like here, have as little jinja as possible (like simple set
s to avoid repetition) and then let map.jinja
do all the magic
.