Chef Infra (formerly just Chef) is a DevOps tool for scripting server configurations in Ruby (called cookbooks).
I use Vagrant to spawn a standard "precise32" box and provision it with Chef so I can test my Node.…
bash stdout chef-infra vagrantConfiguration file written to /home/ubuntu/sudo /home/ubuntu/chef-repo/.chef/knife.rb ubuntu@mychefclient:~$ knife client list WARNING: No …
ubuntu chef-infra installation knifeI have a chef server that I'm pretty sure is chef 10. I don't remember the exact version and it doesn't …
chef-infraI've been trying to figure out how to get the node's name (knife bootstrap -N) into a template. I've tried …
chef-infra chef-recipeIntro I am learning Chef to automate the server management at work. I downloaded chefdk 3.0 from here and now I …
chef-infra chef-recipe berkshelfI'm using the opscode nginx cookbook for configuring the nginx server on my nodes. The nginx cookbook has some default …
chef-infraWe're planning to use AMI EC2 instances which are not "pre-baked". I.e. when they are spun up, they are …
chef-infra puppet configuration-management cloud-initSo I have a solr server running as part of a chef server. Some of my nodes just aren't coming …
java solr chef-infraI have a chef client that is running chef 11.4.0, that means, when I run chef on the machine it says …
chef-infraProblem: I have a chef statement that should only run if the attribute is "true". But it runs every time. …
ruby chef-infra lwrp