summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-07-06 00:14:53 +0200
committergjoranv <gv@oath.com>2018-07-06 00:14:53 +0200
commitce22337fe46a60be67d5f2b8f3fe5cd5bc5565ea (patch)
tree3ea1db8ccd75bda6d5913e6e060cd9b4508cd464 /vagrant
parent40810780e8a55b40d3368d9d18c7201fb825f465 (diff)
Set hostname to 'localhost'.
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile
index 330e05bcab3..c6db23620aa 100644
--- a/vagrant/Vagrantfile
+++ b/vagrant/Vagrantfile
@@ -56,5 +56,6 @@ Vagrant.configure("2") do |config|
wget -q -O - https://download.jetbrains.com/cpp/CLion-2017.3.3.tar.gz | tar -C /opt -zx
ln -sf /opt/clion-2017.3.3/bin/clion.sh /usr/bin/clion
yum update -y
+ hostname localhost
SHELL
end