Skip to content
New issue

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

flatten the for_keeps variable to make include? work for tls options #233

Merged
merged 1 commit into from
Dec 4, 2015

Conversation

joerocklin
Copy link
Contributor

The include? call which checks to include one of the values in for_keeps is not catching the TLS options because they get added collectively as another array in the last element of the for_keeps value. The simple answer here is to flatten the array.

fixes #230

@joerocklin
Copy link
Contributor Author

Not sure what the cause of the failure is - the tests run without error locally using ChefDK 0.9.0

johnbellone added a commit that referenced this pull request Dec 4, 2015
flatten the for_keeps variable to make include? work for tls options
@johnbellone johnbellone merged commit cfc525a into sous-chefs:master Dec 4, 2015
@lock
Copy link

lock bot commented Apr 25, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configuring TLS for RPC
2 participants