You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if we could group configuration from different types of sections together inside a yaml .bu file. This would allow for better management of the configuration (i.e. if you delete something because it's no longer needed you don't forget to delete a corresponding piece).
It would be nice if we could group configuration from different types of sections together inside a yaml
.bu
file. This would allow for better management of the configuration (i.e. if you delete something because it's no longer needed you don't forget to delete a corresponding piece).Here would be an example:
In this case we separate "system" configuration from the
builder
user's configuration. We have two different passwd and storage/files sections etc..It's just easier to reason about when you don't have to scan through unrelated things to find a corresponding piece of the puzzle.
This can be solved by using multiple .bu files and using config merging but that is a bit heavyweight.
The text was updated successfully, but these errors were encountered: