Skip to content

Commit

Permalink
Fix node name in Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcrab committed Jan 26, 2016
1 parent c288caa commit ad95099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Vagrant.configure(2) do |config|
end

config.vm.define "node02" do |node02|
node01.vm.network "public_network"
node02.vm.network "public_network"
end
end

0 comments on commit ad95099

Please sign in to comment.