Hy I'm trying to run a MongoDB recipe with a Solo chef on Amazon EC2 Linux AMI. I installed Omnibus, set the cookbook path in the .rb file, and runlist in the .json file. I copied the contents of the mongodb recipe zip file from github to the cookbook folder and ran the chef-solo command. The result is below:
FATAL: Chef :: Exceptions :: CookbookNotFound: Cookbook apt not found. If you are loading apt from another cookbook, make sure you configure the dependency in your metadata
I'm also pretty new to Linux, what am I doing wrong here?
source share