From 80ea18bd285b19d352b94ccf41784b90959d9d0a Mon Sep 17 00:00:00 2001
From: Maxime Guyot <Miouge1@users.noreply.github.com>
Date: Tue, 9 Apr 2019 09:19:05 +0200
Subject: [PATCH] Disable download_once in Vagrant to workaround rsync error
 (#4448)

---
 Vagrantfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Vagrantfile b/Vagrantfile
index 892089194..5af5a7d4f 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -181,7 +181,7 @@ Vagrant.configure("2") do |config|
         "kube_network_plugin": $network_plugin,
         "kube_network_plugin_multus": $multi_networking,
         "docker_keepcache": "1",
-        "download_run_once": "True",
+        "download_run_once": "False",
         "download_localhost": "False",
         "local_path_provisioner_enabled": "#{$local_path_provisioner_enabled}",
         "local_path_provisioner_claim_root": "#{$local_path_provisioner_claim_root}"
-- 
GitLab