Running chef client from nodejs application
Closed this issue · 1 comments
ravipandey1 commented
Is it possible to run chef client from node.js application.
smith commented
Yes but you would probably do it by shelling out to a chef-client
process. The code in this repository if for a Chef API client, for communicating with a Chef server.