Skip to content

Commit

Permalink
Revent ip change used to work around mac vbox routing table issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbaldauf committed May 14, 2015
1 parent ca491e1 commit e46bf31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Vagrant.configure("2") do |config|
#
config.vm.define :fake_managed_server do |fms_config|
fms_config.vm.box = "chef/ubuntu-12.04-i386"
fms_config.vm.network :private_network, ip: "192.168.10.35"
fms_config.vm.network :private_network, ip: "192.168.40.35"
fms_config.berkshelf.enabled = false
end

Expand All @@ -23,7 +23,7 @@ Vagrant.configure("2") do |config|
ms_config.berkshelf.enabled = true

ms_config.vm.provider :managed do |managed_config, override|
managed_config.server = "192.168.10.35"
managed_config.server = "192.168.40.35"
override.ssh.username = "vagrant"
override.ssh.private_key_path = ".vagrant/machines/fake_managed_server/virtualbox/private_key"
end
Expand Down

0 comments on commit e46bf31

Please sign in to comment.