diff --git a/Vagrantfile b/Vagrantfile index 97d02e16d8..335b856b3a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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"