summaryrefslogtreecommitdiffstats
path: root/vagrant/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/Vagrantfile')
-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