From 403191714596935f679cbfc28e819558e23aa280 Mon Sep 17 00:00:00 2001 From: Yoann Colin Date: Fri, 21 Sep 2018 09:52:05 +0200 Subject: [PATCH] Revert the comment on skipnet envvar --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index dc05f5ca..eb1acec4 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -32,7 +32,7 @@ Vagrant.configure("2") do |config| export PUBLIC_IP=auto export PUBLIC_IPV6=auto export PRIMARY_HOSTNAME=auto - export SKIP_NETWORK_CHECKS=1 + #export SKIP_NETWORK_CHECKS=1 # Start the setup script. cd /vagrant