Top "Chef-infra" questions

Chef Infra (formerly just Chef) is a DevOps tool for scripting server configurations in Ruby (called cookbooks).

Replacing a template in a wrapper cookbook

I'm trying to write a wrapper cookbook for the chef graphite repo In the recipe carbon.rb, the following lines …

chef-infra
Chef Error while bootstrapping. Authorization Error: (HTTP 403)

I recreated a node with the same name. I've run into this error setting up a node and bootstrapping it: …

chef-infra
bad_header for AMQP connection while connecting sensu-client to server

I have installed sensu with chef community cookbook. However, sensu client fails to connect to server. Results in rabbitmq connection …

rabbitmq chef-infra amqp sensu
How is deployment to Production done from local VirtualBox / Vagrant development environment?

Recently I started to read about building development environments with virtualization software (I am a beginner) and it seems that …

vagrant virtualbox chef-infra puppet continuous-deployment
what is the best way to run chef-client in specific intervals

Currently I am using open source chef and having number of nodes chef client is installed. I want the chef …

chef-infra cookbook
How to use hand-written cookbooks when using berkshelf in chef?

I'm using vagrant+chef. My chef cookbooks worked perfectly. Then I installed vagrant-berkshelf plugin and from that moment I could …

chef-infra vagrant berkshelf
Installing multiple packages via Vagrant + Chef

I've just discovered Vagrant + Chef and I'm trying to create a simple recipe to install multiple packages on the node. …

chef-infra cookbook vagrant
Access Node attributes in Chef Library

I'd like to create a Chef library that: Provides a few namespaced functions Accesses the node's attributes That library is …

ruby chef-infra
Importing Mysql database using Ruby/Chef Recipe for Vagrant

I am writing a chef script to automate setting dev environments. I can get a database created and grant privileges …

mysql ruby chef-infra recipe vagrant
chef knife fails with key error after attempting to upload a cookbook

I set up a chef server, and after copying the admin.pem, and validator.pem files from the server to …

chef-infra knife