From 7a4c5c0c99d5b4f3f14c029d0da600f6a6bd83ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alab=C3=AA=20Duarte?= Date: Mon, 9 Feb 2015 21:11:14 -0300 Subject: Adds vbguest plugin configuration in order to avoid automatic updates. --- Vagrantfile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index db4cd0e2..7ded6b89 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -18,6 +18,12 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "leap-wheezy" + unless Vagrant.has_plugin?("vagrant-vbguest") + raise 'plugin vagrant-vbguest is not installed! Please run `vagrant plugin install vagrant-vbguest`' + end + + config.vbguest.auto_update = false + config.vm.define "source", primary: true do |source| source.vm.provider :virtualbox do |v, override| override.vm.box_url = "https://downloads.leap.se/platform/vagrant/virtualbox/leap-wheezy.box" -- cgit v1.2.3