chef cookbook fails on ohai undefined method `[]' for nil:NilClass

后端 未结 4 711
时光取名叫无心
时光取名叫无心 2021-01-13 11:01

I\'m working on a chef cookbook to set up a vanilla ubuntu 12.04.2 with nginx postgresql and unicorn on my vagrant box, but I\'m getting into troubles with nginx, there\'s a

4条回答
  •  说谎
    说谎 (楼主)
    2021-01-13 11:37

    looks like ruby libraries were missing, I installed ruby by running following command on Ubuntu and it started working for me

    apt-get install ruby
    

提交回复
热议问题