port forward 4444.

bug/bundler_fix
mo khan 2016-02-20 09:11:32 -07:00
parent a65a4929f7
commit 4ade689412
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -3,6 +3,7 @@
Vagrant.configure(2) do |config|
config.vm.box = "phusion/ubuntu-14.04-amd64"
config.vm.network :forwarded_port, guest: 4444, host: 4444
config.vm.provision :chef_apply do |chef|
chef.version = "latest"
chef.install = "force"