From f2042c9cb32f9c7d6f7d93dbf3f27a7bf2a3587a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BCger?= Date: Wed, 28 Jan 2015 16:30:02 +0100 Subject: [PATCH] Document how to disable remote call to https://checkpoint-api.hashicorp.com . --- .../docs/source/v2/other/environmental-variables.html.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/source/v2/other/environmental-variables.html.md b/website/docs/source/v2/other/environmental-variables.html.md index 9e0982cdc..c7099a6b7 100644 --- a/website/docs/source/v2/other/environmental-variables.html.md +++ b/website/docs/source/v2/other/environmental-variables.html.md @@ -9,6 +9,14 @@ Vagrant has a set of environmental variables that can be used to configure and control it in a global way. This page lists those environmental variables. +## VAGRANT\_CHECKPOINT\_DISABLE + +Vagrant does occasional network calls to check whether the version of Vagrant +that is running locally is up to date. We understand that software making remote +calls over the internet for any reason can be undesirable. To surpress these +calls, set the environment variable `VAGRANT_CHECKPOINT_DISABLE` to any +non-empty value. + ## VAGRANT\_CWD `VAGRANT_CWD` can be set to change the working directory of Vagrant. By