From 9b78b0a5f5bfe57a76989f70dea218d3f71ae66e Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 4 Jan 2016 20:22:36 -0200 Subject: Changed wheezy backports to jessie Changed to jessie backports as we are using that now. Also adapted the nodejs_legacy package calls to nodejs, that's the name of the package on jessie --- Vagrantfile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Vagrantfile') 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" -- cgit v1.2.3