evertrue / zookeeper-cookbook

Chef cookbook for installing and managing Zookeeper.
https://supermarket.chef.io/cookbooks/zookeeper
Apache License 2.0
81 stars 117 forks source link

Deploy to EC2 #38

Closed jpount closed 10 years ago

jpount commented 11 years ago

Hi,

Just messing around with Chef and tried to deploy this to EC2 using knife-ec2. After some output inlcude "include_recipe "zookeeper::exhibitor"" I eventually get an error:

"Chef::Exceptions::CookbookNotFound: Cookbook zookeeper not found. If you're loading zookeeper from another cookbook, make sure you configure the dependency in your metadata"

I assume this is the include of the zookeeper file from within exhibitor.rb. All of the recipes are on the server so I'm not really sure what the problem is. Any suggestions and sorry for the noob question.

Thanks

jakedavis commented 11 years ago

Hey @jpount, what's your run list like? Generally when I run into that error it means I missed a depends statement in the metadata. Let me know if that fixes your issue!