Top "Chef-infra" questions

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

Chef, how to run a template that creates a init.d script before the service is created

Below is my templete for nginx. I am facing a catch 22. I need to install a init.d template. So …

chef-infra
ssl validation error coming while doing chef client setup

I am fairly new to Chef and have installed a chef server 11 on Node1, I have done successfully setup for …

validation ssl chef-infra nodes
Check out a Git repository with chef?

I have a Git repository I would like to check out onto a server. Is there a Chef recipe that …

git github version-control chef-infra
apt-get update and apt-get upgrade in Chef

If 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-get
What does Chef::Log.info do exactly

I'm trying to add some logging to my Chef recipe. In other recipes I noticed use of Chef::Log.info, …

logging chef-infra
Delete all files in a directory using Chef

Attempting to delete a non-empty folder: directory "C:\tempdirectory" do action :delete end ... in Chef I receive: Errno::ENOTEMPTY Directory …

chef-infra
chef install and update programs from source

I have a program that I build from source. For this I'm using the script resource. What is a good …

ruby deployment chef-infra
Change Vagrant port forwarding on a running system

I have a Vagrant system up and running and I want to apply a change to it which is as …

chef-infra vagrant
Adding Attributes to Test Kitchen

I'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-kitchen
RRSet with DNS name foo. is not permitted in zone bar

I 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