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

OC-11140 nested values support #51

Conversation

prabhu-das
Copy link
Contributor

No description provided.

(col_info[:value_callback].nil? ? server.send(col_info[:key]).to_s : col_info[:value_callback].call(server.send(col_info[:key])))
else
server.send(col_info[:key])[col_info[:nested_values]]
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please avoid changing core, since this is not generic enough as the new structure look up here is specific to ec2 tags. As discussed try generating value_callback on the fly in ec2 that can look up specific tags.

chirag-jog pushed a commit that referenced this pull request Jan 29, 2014
…d-values-support

OC-11140 nested values support
@chirag-jog chirag-jog merged commit 2723bff into chef:master Jan 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants