From 4d9717ae4c8fdf269ae618b895c7abbb7580866b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 5 Apr 2014 09:11:33 -0700 Subject: [PATCH] website/docs: note box update checking enabled by default [GH-3391] --- website/docs/source/v2/boxes/versioning.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/source/v2/boxes/versioning.html.md b/website/docs/source/v2/boxes/versioning.html.md index ab96d26c2..fd16d9ddc 100644 --- a/website/docs/source/v2/boxes/versioning.html.md +++ b/website/docs/source/v2/boxes/versioning.html.md @@ -69,8 +69,8 @@ Of course, you're free to use versions however you'd like! Using the [Vagrantfile](/v2/vagrantfile/index.html), you can also configure Vagrant to automatically check for updates during any `vagrant up`. This is -disabled by default, but can easily be enabled with -`config.vm.box_check_update = true` in your Vagrantfile. +enabled by default, but can easily be disabled with +`config.vm.box_check_update = false` in your Vagrantfile. When this is enabled, Vagrant will check for updates on every `vagrant up`, not just when the machine is being created from scratch, but also when it