-
Notifications
You must be signed in to change notification settings - Fork 2
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
Chef search result return as Hash #42
Comments
That is a good question. You notice that when trying to access a value using a symbolic link instead of single quotes: it only works with a Mash. |
There are definitely issues like using the dot notation will also bomb, ie, foo.bar. |
👍 |
I don't have a lot of experience with chef-client. Can you give some example queries and their results? (e.g. write some simple tests for this enhancement?) |
It's actually not a |
Not sure if this is intentional, but I believe normal Chef search returns a different type of object (Hashie Mash I believe). I have several cookbooks that are calling methods that don't exists on Hash but exists on the normal Chef search result object. What's the best way to handle this?
The text was updated successfully, but these errors were encountered: