diff --git a/Vagrantfile b/Vagrantfile deleted file mode 100644 index d06211e2b..000000000 --- a/Vagrantfile +++ /dev/null @@ -1,92 +0,0 @@ -# -*- mode: ruby -*- -# vi: set ft=ruby : - -# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! -VAGRANTFILE_API_VERSION = "2" - -# Software version variables -GOVERSION = "1.11.5" -UBUNTUVERSION = "16.04" - -# CPU and RAM can be adjusted depending on your system -CPUCOUNT = "2" -RAM = "4096" - -$script = <