aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Vagrantfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Vagrantfile b/Vagrantfile
index a6c3afd38..42b437751 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -5,10 +5,10 @@ Vagrant.configure(2) do |config|
5 # You can only have one config.vm.box uncommented at a time 5 # You can only have one config.vm.box uncommented at a time
6 6
7 # Comment this and uncomment another if you don't want to use the minimal Arch box 7 # Comment this and uncomment another if you don't want to use the minimal Arch box
8 config.vm.box = "dragon788/arch-ala-elasticdog" 8 #config.vm.box = "dragon788/arch-ala-elasticdog"
9 9
10 # VMware/Virtualbox 64 bit 10 # VMware/Virtualbox 64 bit
11 # config.vm.box = "phusion/ubuntu-14.04-amd64" 11 config.vm.box = "phusion/ubuntu-14.04-amd64"
12 # 12 #
13 # VMware/Virtualbox 64 bit 13 # VMware/Virtualbox 64 bit
14 #config.vm.box = "puphpet/centos65-x64" 14 #config.vm.box = "puphpet/centos65-x64"