chef / effortless

Automated best practices for Chef Infra and Chef InSpec
https://chef.io
Apache License 2.0
33 stars 38 forks source link

Support attribute persistence settings #271

Closed gscho closed 3 years ago

gscho commented 3 years ago

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.

chef-expeditor[bot] commented 3 years ago

Hello gscho! Thanks for the pull request!

Here is what will happen next:

  1. Your PR will be reviewed by the maintainers.
  2. If everything looks good, one of them will approve it, and your PR will be merged.

Thank you for contributing!