chef-api
chef-api copied to clipboard
A simple client providing access the chef server api, implemented in nodejs.
Fresh installed Ubuntu 16.04.3 LTS via Vagrant Executes to reproduce: cd /home/ubuntu apt-get update curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install -y nodejs sudo apt-get install...
Uses crypto instead of ursa for compatibility with later versions of nodejs, fixing #34. Tested on nodejs 6 and 12.
Revert operations.js
Hi Guys!, Just wanted to know if this module has some kind of limit when searching for multiple nodes. Im using partialSearch method and no matter what I do, I...
Hi @normanjoyner, I'am really interested into using your node implementation of the Chef API ! But before I would want to know some details about the state of the implementation:...
The ursa node module no longer compiles against Node.js 6.x and seems to currently lack a maintainer. Forsake is mostly a drop-in replacement. I've tested some simple node/cookbook GET requests...
i wana get only the ip address of node " server 1 " im sending a request like this Code : chef.partialSearch("node", "name:server1",{"ip":"ipaddress"} ,function(err, res){ if (err){console.log(error);} else{console.log(res);} }); Or...
Referencing issue #18
I'm not certain if I'm doing this right, I've opened the fw's between my workstation and the chef instance, but I'm running the latest chef (v12) when I attempt to...