From 0762e73531134dcdf56ef2026fb2c763c4f6d43d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 6 Jul 2015 12:01:34 -0600 Subject: [PATCH] website: docs for GH-5356 --- website/docs/source/v2/networking/private_network.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/source/v2/networking/private_network.html.md b/website/docs/source/v2/networking/private_network.html.md index bef3c5bf5..db87bd36e 100644 --- a/website/docs/source/v2/networking/private_network.html.md +++ b/website/docs/source/v2/networking/private_network.html.md @@ -77,3 +77,7 @@ Vagrant.configure("2") do |config| auto_config: false end ``` + +If you already started the Vagrant environment before setting `auto_config`, +the files it initially placed there will stay there. You'll have to remove +those files manually or destroy and recreate the machine.