sgentle/chef-node

Running chef client from nodejs application

Closed this issue · 1 comments

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.