Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 28, 2014
1 parent 2442ba3 commit eb4c75f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vagrant/Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ines = 3
n_machines = 3
box = "ubuntu/trusty64"

VAGRANTFILE_API_VERSION = "2"
Expand All @@ -9,9 +9,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
node_config.vm.network(:private_network,
:ip => "192.168.100.#{50 + index}")
node_config.vm.host_name = "node#{index}"
node_config.vm.provider("virtualbox") do |virtual_box|
virtual_box.memory = 2048
end
# node_config.vm.provider("virtualbox") do |virtual_box|
# virtual_box.memory = 2048
# end
end
end
end

0 comments on commit eb4c75f

Please sign in to comment.