I\'m trying to run a django-server in a Vagrant box using Chef, but I\'ve been stuck on this for a few hours and can\'t find anything online. The relevant bit of my vagrantf
I had exactly the same error when using a custom cookbook with a include_recipe call at the top of a recipe in that custom cookbook.
What fixed it for me is adding a metadata.rb to the custom cookbook. It should contain name and depends sections.
Hope this helps