Commit 236b88b7 authored by Joe Beda's avatar Joe Beda

Merge pull request #1772 from errordeveloper/master

Fix indentation in Vagrantfile
parents e7573f63 db3c9a35
......@@ -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|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment