Skip to content

Commit

Permalink
add missing hosts entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wallis committed Apr 30, 2015
1 parent 0713b6c commit 5507575
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
cfg.vm.provider :virtualbox do |vb, override|
override.vm.hostname = node[:hostname]
override.vm.network :private_network, :ip => node[:ip]
override.vm.provision :hosts

vb.name = 'vagrant-mesos-' + node[:hostname]
vb.customize ["modifyvm", :id, "--memory", node[:mem], "--cpus", node[:cpus] ]
Expand Down Expand Up @@ -94,6 +95,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
cfg.vm.provider :virtualbox do |vb, override|
override.vm.hostname = node[:hostname]
override.vm.network :private_network, :ip => node[:ip]
override.vm.provision :hosts

vb.name = 'vagrant-mesos-' + node[:hostname]
vb.customize ["modifyvm", :id, "--memory", node[:mem], "--cpus", node[:cpus] ]
Expand Down

0 comments on commit 5507575

Please sign in to comment.