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.
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!
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