Forward port connection_test configuration option from v2.x

This commit is contained in:
Karl Southern
2016-08-28 21:48:06 +01:00
parent 76e0f439a0
commit 37631a62b7
4 changed files with 25 additions and 9 deletions

2
Vagrantfile vendored
View File

@@ -10,7 +10,7 @@ Vagrant.configure(2) do |config|
sed -i 's/main/main contrib non-free/g' /etc/apt/sources.list
apt-get update
apt-get remove openjdk-7-jre-headless -y -q
apt-get install git openjdk-8-jre -y -q
apt-get install git openjdk-8-jre curl -y -q
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable --ruby=jruby-1.7
usermod -a -G rvm vagrant