Skip to content

Commit

Permalink
Fix indentation in Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Oct 14, 2014
1 parent ebba1ae commit db3c9a3
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 @@ -64,7 +64,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provision "shell", inline: "/vagrant/cluster/vagrant/provision-master.sh #{$master_ip} #{$num_minion} #{$minion_ips_str}"
config.vm.network "private_network", ip: "#{$master_ip}"
config.vm.hostname = "kubernetes-master"
end
end

# Kubernetes minion
$num_minion.times do |n|
Expand Down

0 comments on commit db3c9a3

Please sign in to comment.