Top "Chef-solo" questions

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

Default search path for cookbook

I am a chef Newbie and facing an issue. Every time I run any of the knife cookbook command, I …

chef-infra chef-solo
Chef correct way to load new rpm and install package

I am trying to install the latest version of php on a centos box and am struggling. The cookbook i …

chef-infra vagrant provisioning sysadmin chef-solo
chef-solo ssl warning when provisioning

When using vagrant and chef as provisioner, I've got this warning: [web] Chef 11.12.2 Omnibus package is already installed. [web] Running …

chef-infra vagrant chef-solo
How to use library module in Cookbook recipes

In a cookbook I have a library(client_helper.rb). A module is defined inside it. Module name is Client_…

chef-infra chef-recipe chef-solo cookbook lwrp