Top "Chef-infra" questions

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

How would you install a python module with chef?

We're using EngineYard which has Python installed by default. But when we enabled SSL we received the following error message …

python chef-infra engineyard
How to specify cookbook path in .kitchen.yml file?

I have my Chef cookbooks stored in chef/cookbooks/ folder. When running kitchen converge I am still getting notice Berksfile, …

chef-infra test-kitchen
Chef - create template with dynamic variable?

I'm having a bit of a challenge on a Chef recipe. I'm new to Chef, so please bear with me. …

ruby chef-infra knife
Chef PEM file invalid or mis-named?

My sytem username is myuser but I'm trying to bootstrap machines with a chef-validator.pem and then a blah.pem …

chef-infra knife
Windows command line tar "cannot connect to d: resolve failed" with Chef Knife

Using Windows Command line with cygwin, chef and ruby installed. When trying knife cookbook site install mysql returns the following …

command-line gzip tar chef-infra
Chef - execute vs bash resource

I used both the execute resource or the bash resource. Both achieve the same result: bash 'Execute my script' do …

ruby chef-infra recipe
knife bootstrap command without prompting password

I am trying to write a bash script which contains the command for bootstrapping a Ubuntu client node using knife …

chef-infra knife
Should rbenv be installed system-wide, or at a user level?

I'm building a vagrant setup, and part of that is installing rbenv. I'm using librarian-chef to manage all my chef …

ruby rubygems chef-infra vagrant rbenv
Git authentication in Chef

When deploying an application with Chef, I've got the code base set to be cloned from a private github repository …

git ssh chef-infra
How to set/change host name using Chef?

I have few nodes in running mode, I have to set hostname to those nodes. Is there any Cookbook, in …

ubuntu chef-infra knife