Chef Infra (formerly just Chef) is a DevOps tool for scripting server configurations in Ruby (called cookbooks).
Running Ubuntu 11.04 on vagrant, mac os x 10.7.2. Running chef server. Trying to install the postgresql community chef recipe, I get …
ruby ubuntu-11.04 apt-get chef-infra chef-recipeIn 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 lwrpAll, 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 cookbookMy chef-server is COMPUTE1 (in capital letters) and workstation is COMPUTE2 (in capital letters) and I am trying to upload …
chef-infra chef-recipe cookbookWhat's the best way to do a little DRY within a chef recipe? I.e. just break out little bits …
ruby chef-infra chef-recipeI am following exact syntax but seeing some strange behavior while adding role to one of my nodes I am …
chef-infra chef-recipe knife