Top "Cookbook" questions

A cookbook is the fundamental unit of configuration and policy distribution in Chef.

How to add a cron job entry using Chef recipe

All, I have a shell script that is creates tar file of logs. I have embeded the recipe in the …

shell cron chef-infra chef-recipe cookbook
Chef Error - SSL Validation failure connecting to host

My chef-server is COMPUTE1 (in capital letters) and workstation is COMPUTE2 (in capital letters) and I am trying to upload …

chef-infra chef-recipe cookbook
How to pass environment variables to test kitchen in .kitchen.yml

I am trying develop a cookbook to make a flask app work with gunicorn and nginx. I have been successful …

flask chef-infra gunicorn cookbook test-kitchen