From e4e09530306734b2286fce0902b2e4609ada2073 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 4 Sep 2014 18:27:16 -0700 Subject: [PATCH] website: add Vagrantfile --- website/Vagrantfile | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 website/Vagrantfile diff --git a/website/Vagrantfile b/website/Vagrantfile new file mode 100644 index 000000000..d360738a7 --- /dev/null +++ b/website/Vagrantfile @@ -0,0 +1,38 @@ +# -*- 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 = <