chef / chef-apply

The ad-hoc execution tool for the Chef ecosystem.
https://www.chef.sh/
Apache License 2.0
14 stars 14 forks source link

Disable strict config checking #115

Closed marcparadise closed 4 years ago

marcparadise commented 4 years ago

Strict mode was originally enabled to provide a better UX around validated configuration entries, but the scope of chef-workstation configuration has expanded beyond this single tool.

Disabling this allows us to avoid adding config support to chef-apply every time we add new config keys for chef workstation app, chef command line, chef-analyze, etc.

The trade-off is that we will not be able to detect when the operator has a bad configuration that includes keys that are genuinely invalid.

Signed-off-by: Marc A. Paradise marc.paradise@gmail.com