Skip to content

Commit

Permalink
Update Vagrantfile with new info required for version 0.6.X of Vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
ymainier committed Oct 26, 2010
1 parent 4d6ee16 commit ec15c9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Vagrant::Config.run do |config|
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "lucid32"

config.chef.cookbooks_path = "cookbooks"
config.vm.provisioner = :chef_solo
config.chef.cookbooks_path = "cookbooks"
config.chef.add_recipe("vagrant_main")

config.vm.forward_port("http", 80, 8080)
config.vm.forward_port("mysql", 3306, 3306)
Expand Down

0 comments on commit ec15c9c

Please sign in to comment.