shedd / duckpan-vagrant

Vagrant + Chef virtual development environment for DuckDuckGo (http://duckduckhack.com)
Apache License 2.0
5 stars 5 forks source link

Error '*bergfile_path must be set' when run vagrant up #26

Closed oiami closed 9 years ago

oiami commented 9 years ago

Hi, not sure what wrong I have done but I think I'm doing follow instruction on README every steps and now I'm struggling with running 'vagrant up' the error is screenshot 2014-11-14 20 25 11 .. any idea to fix it? Thanks!

fuzzzems commented 9 years ago

I had the same error yesterday. I fixed it by adding: config.berkshelf.berksfile_path = "Berksfile" to my Vagrantfile

oiami commented 9 years ago

@GregorioMartinez I changed the config follow your suggestion and it works now, thanks! :+1: