ruby on rails - Receiving this odd error with Vagrant, wondering if someone could lend a hand -


i trying set vagrant. following guide on web site , have trouble provisioning part of guide (http://vagrantup.com/docs/getting-started/provisioning.html) have followed thing on site receiving error, on mac osx if it's of important

evan@superduper ~/vagrant_guide $ vagrant     there problem configuration of vagrant. error message(s)     printed below:      chef:      * run list must not empty. 

here code vagrant file if helps:

vagrant::config.run |config|     config.vm.box = "lucid32"      # enable chef solo provisioner     config.vm.provisioner = :chef_solo      # grab cookbooks vagrant files     config.chef.recipe_url = "http://files.vagrantup.com/getting_started/cookbooks.tar.gz" end 

does , how can fix it?

thanks

j

you need add line vagrantfile: config.chef.add_recipe("vagrant_main")


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -