aboutsummaryrefslogtreecommitdiff
path: root/test-vm/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'test-vm/Vagrantfile')
-rw-r--r--test-vm/Vagrantfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/test-vm/Vagrantfile b/test-vm/Vagrantfile
index a526b54b..bc6c8921 100644
--- a/test-vm/Vagrantfile
+++ b/test-vm/Vagrantfile
@@ -15,10 +15,10 @@ Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/precise64"
# Bootstrap
-# config.vm.provision :shell, path: "bootstrap.sh", privileged: false
-# config.vm.provision :shell, path: "plain.sh"
-# config.vm.provision :shell, path: "antigen.sh"
-# config.vm.provision :shell, path: "prezto.sh"
+ config.vm.provision :shell, path: "bootstrap.sh", privileged: false
+ config.vm.provision :shell, path: "plain.sh"
+ config.vm.provision :shell, path: "antigen.sh"
+ config.vm.provision :shell, path: "prezto.sh"
config.vm.provision :shell, path: "omz.sh"
# Disable automatic box update checking. If you disable this, then