diff --git a/cluster/vagrant/provision-master.sh b/cluster/vagrant/provision-master.sh index 68239c94434..774201ed8fd 100755 --- a/cluster/vagrant/provision-master.sh +++ b/cluster/vagrant/provision-master.sh @@ -54,8 +54,8 @@ for (( i=0; i<${#MINION_NAMES[@]}; i++)); do echo "Adding $minion to hosts file" echo "$ip $minion" >> /etc/hosts fi - echo "127.0.0.1 localhost" >> /etc/hosts # enables cmds like 'kubectl get pods' on master. done +echo "127.0.0.1 localhost" >> /etc/hosts # enables cmds like 'kubectl get pods' on master. # Update salt configuration mkdir -p /etc/salt/minion.d