We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having the same values for different keys in config may lead to ambiguous error message in the following function: https://github.com/chef/mixlib-config/blob/7e682cd35ce94daa43b65425d83628a27689df3a/lib/mixlib/config.rb#L626.
So maybe some additional context should be added here to clarify the error message in case of the presence of same values across the config.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Enhancement:
Having the same values for different keys in config may lead to ambiguous error message in the following function: https://github.com/chef/mixlib-config/blob/7e682cd35ce94daa43b65425d83628a27689df3a/lib/mixlib/config.rb#L626.
So maybe some additional context should be added here to clarify the error message in case of the presence of same values across the config.
The text was updated successfully, but these errors were encountered: