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

前端 未结 7 1808
故里飘歌
故里飘歌 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:19

    It happens if you try to use include_attribute 'foo' in metadata.rb instead of attributes file.

提交回复
热议问题