From 1b05f20d58474f053ee8a09343389b34a7f39fb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 20 Apr 2014 13:05:03 -0400 Subject: [PATCH] Update Vagrant to use Ubuntu 14.04 --- Vagrantfile | 130 +++++----------------------------------------------- 1 file changed, 11 insertions(+), 119 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index b01896846..502ebec9f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,137 +1,29 @@ # -*- mode: ruby -*- # vi: set ft=ruby : -# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! VAGRANTFILE_API_VERSION = "2" $script = <