Chef Infra (formerly just Chef) is a DevOps tool for scripting server configurations in Ruby (called cookbooks).
Below is my templete for nginx. I am facing a catch 22. I need to install a init.d template. So …
chef-infraI am fairly new to Chef and have installed a chef server 11 on Node1, I have done successfully setup for …
validation ssl chef-infra nodesI have a Git repository I would like to check out onto a server. Is there a Chef recipe that …
git github version-control chef-infraIf package "nginx" in Chef gets translated into apt-get install nginx on an Ubuntu node, what can be written in …
linux ubuntu chef-infra vagrant apt-getI'm trying to add some logging to my Chef recipe. In other recipes I noticed use of Chef::Log.info, …
logging chef-infraAttempting to delete a non-empty folder: directory "C:\tempdirectory" do action :delete end ... in Chef I receive: Errno::ENOTEMPTY Directory …
chef-infraI have a program that I build from source. For this I'm using the script resource. What is a good …
ruby deployment chef-infraI have a Vagrant system up and running and I want to apply a change to it which is as …
chef-infra vagrantI'm trying to override attributes in the java cookbook with test-kitchen. When I try run kitchen converge default-centos-64, a bad …
yaml chef-infra test-kitchenI am using the route53 cookbook in Opscode Chef to add a newly created VPC node to Route 53. When I …
amazon-web-services chef-infra