A cookbook is the fundamental unit of configuration and policy distribution in Chef.
I'm developing a cookbook to deploy a simple ROR application. I write an app_helper.rb and put it into …
chef-infra cookbookLet's say I want to use a community cookbook (i.e. http://community.opscode.com/cookbooks/gerrit). So I will …
chef-infra knife cookbookSo this might be a little confusing but bear with me. In short I want to loop over all attributes …
ruby elasticsearch chef-infra cookbook chef-templateI downloaded the cookbook "oc-java-master" from the Chef community and now I am trying to run it using chef-solo which …
chef-infra cookbookUsage case: The DevOps team launched a node sometime ago, and my team would like to know what's the version(…
chef-infra chef-recipe knife cookbookCurrently I am using open source chef and having number of nodes chef client is installed. I want the chef …
chef-infra cookbookI've just discovered Vagrant + Chef and I'm trying to create a simple recipe to install multiple packages on the node. …
chef-infra cookbook vagrantI have long history of a cookbook that has a recipe of the app and is constantly modified. It got …
version chef-infra knife cookbookI'm working on a chef cookbook to set up a vanilla ubuntu 12.04.2 with nginx postgresql and unicorn on my vagrant …
nginx chef-infra cookbook ohai-gemIn 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