Return node object as part of chef-run
execution
#136
Labels
Aspect: Integration
Works correctly with other projects or systems.
Aspect: UX
How users feel interacting with the project, focusing on function, ease-of-use and accessibility.
Triage: Feature Request
Indicates an issue requesting new functionality.
Type: Design Proposal
Community survey of a proposal.
Describe the Enhancement:
Customers have expressed a desire to use the state of a node as part of control flow. EG, if the node is a Windows machine perhaps they use that information to kick off a second
chef-run
execution.Describe the Need:
Return the node data (the
node.json
that gets sent to the Chef Server) to the workstation after completing thechef-run
execution.Current Alternative
Querying this with knife. Manually looking it up on the Chef Server, EG via
knife search
.Neither of these options work in a non-Chef-Server environment, thus the desire to return this information from
chef-run
Questions
The text was updated successfully, but these errors were encountered: