summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 30e8c89b..4102c424 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -3,12 +3,6 @@
VAGRANTFILE_API_VERSION = "2"
-unless Vagrant.has_plugin?('vagrant-vbguest')
- system "vagrant plugin install vagrant-vbguest"
- puts "Restarting vagrant process..."
- exec "vagrant #{ARGV.join' '}"
-end
-
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "LEAP/jessie"