This PR adds support for attribute persistence settings.
These settings can be very useful when there is a set of attributes that you do not want cached on a node.
For example if you have an array of attributes that you want to modify through the default.toml configuration, you could blocklist that group of attributes so the values are not merged when doing a hab config apply to change those attributes.
This PR adds support for attribute persistence settings.
These settings can be very useful when there is a set of attributes that you do not want cached on a node.
For example if you have an array of attributes that you want to modify through the default.toml configuration, you could blocklist that group of attributes so the values are not merged when doing a hab config apply to change those attributes.