Chef Infra (formerly just Chef) is a DevOps tool for scripting server configurations in Ruby (called cookbooks).
I'm trying to automate the developer setup on a project, such that a new developer can simply issue vagrant up …
chef-infra vagrantI've downloaded a number of cookbooks from the opscode site using the command: knife cookbook site install git for example. …
chef-infraI created a Chef cookbook with attributes, then tried to boostrap a code to node and pass additional attributes in …
java ruby attributes chef-infraWhat's the difference between adding cookbooks to Berksfile using 'cookbook' and adding cookbooks to metadata.rb using 'depends'? For example, …
chef-infra berkshelf berksfileI'm new to ruby and Chef. I've been developing cookbooks, committing them, uploading them to the Chef Server then deploying …
ruby eclipse ide eclipse-plugin chef-infraI'm trying to understand the concept of Chef clients and validators, and their relationship to the bootstrapping process. According to …
chef-infra bootstrapping knifeI have several servers set up with a custom internal local domain - x.local. So I have servers s1.…
chef-infra knifeI'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-template