Navigation Menu

Skip to content

Commit

Permalink
Remove needless configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 8, 2015
1 parent b9f25e3 commit ad5179a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/windows/Vagrantfile
Expand Up @@ -22,10 +22,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu-14.04-x86_64"
config.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box"

config.vm.network "forwarded_port", guest: 80, host: 8080
config.vm.network "private_network", ip: "192.168.33.107"
config.ssh.forward_agent = true

config.vm.provider("virtualbox") do |vb|
vb.gui = false
use_cpus = use_cpu_nums
Expand Down

0 comments on commit ad5179a

Please sign in to comment.