From 7b1913f3a30583fb1494214da5ae4ff165d29f63 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 5 Mar 2014 15:06:01 -0800 Subject: [PATCH] Vagrantfile --- Vagrantfile | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Vagrantfile diff --git a/Vagrantfile b/Vagrantfile new file mode 100644 index 0000000000..62778bcc33 --- /dev/null +++ b/Vagrantfile @@ -0,0 +1,45 @@ +# -*- 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 = <