<![endif] atomic-penguin's blog RSS Blog Archives Apr 25 th , 2013 Here is an example shared configuration for knife, the command and control utility which ships with Opscode Chef. You can drop this off in your chef-repo/.chef/ directory, and multiple developers can use the same knife configuration to interact with more than one Chef server, or the Opscode platform. By using Bash functions and environment variables we can change the chef server, which knife is configured to use, on the fly. more NOTE : knife will probably ignore your ~/.chef/knife.rb once you begin using a shared knife configuration. So that we can interact with api.opscode.com , and an internal Open Source Chef server, you will need to name your keys according to your Chef server username, Opscode username, and Opscode platform organization name. Assuming you already have a ~/.chef di...