Questions tagged [chef-infra]

Chef Infra, previously known as just Chef, is a powerful DevOps tool designed for scripting server configurations using Ruby scripts called cookbooks. If you have any queries related to the Ruby coding aspects of Chef, feel free to ask here. For general DevOps questions, you can visit chef-infra.

Encountering a JSON error when trying to create a chef-vault instance

I've been attempting to create a chef-vault on a Windows workstation, but I keep encountering the following error: ERROR: JSON::ParserError: {username: root, password: mypassword} is not valid JSON! $PS C:\Users\09242766> knife vault create ...

"Master chef preparing a delicious dish with fresh ingredients, skillfully incorporating node, npm

As I set up node and npm using the 'nodejs' cookbook and included the recipe through include_recipe "nodejs::npm" I proceeded to install the desired packages with the following code: %w( dateformat aws2js optparse cloudwatch2graphite).each do ...