How to use Berkshelf to manage Organization repo?
问题 I'm a huge fan of Berkshelf and I've released few community cookbooks using it and its awesome. Now, I'm starting a new chef project and I went ahead with Berkshelf for this too. But I'm finding some confusions/difficulties using it for the project. Following is in the Berksfile: site :opscode cookbook 'mediawiki', github: 'millisami/chef-mediawiki' cookbook 'sp-mediawiki', path: 'site-cookbooks/sp-mediawiki' I've generated my application cookbook inside the site-cookbooks folder. When I do