summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@riseup.net>2016-01-04 20:22:36 -0200
committerBruno Wagner <bwagner@riseup.net>2016-01-04 20:22:36 -0200
commit9b78b0a5f5bfe57a76989f70dea218d3f71ae66e (patch)
tree705fd094e253c0c8bc2e349eff1c240e8aeb1f7c /Vagrantfile
parent305e4bcc27bea881523b15aee4896e51e5aca4d3 (diff)
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
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"