undefined method “cheffish” for nil:NilClass, when provisioning chef with vagrant

前端 未结 7 1794
故里飘歌
故里飘歌 2021-01-02 06:46

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

相关标签:
7条回答
  • 2021-01-02 07:29

    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

    0 讨论(0)
提交回复
热议问题