From 24f41808af2483cf60541a1a82334d67e5003ef2 Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Fri, 11 Nov 2022 13:12:49 +0000 Subject: [PATCH] parallel --- Vagrantfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 850d6af..cc6ff4e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,6 +1,7 @@ # to make sure the nodes are created in order, we # have to force a --no-parallel execution. -ENV['VAGRANT_NO_PARALLEL'] = 'yes' + +# ENV['VAGRANT_NO_PARALLEL'] = 'yes' require 'ipaddr'