From fd5f923ec09991af12d9fbe8ddf14f15a21ba501 Mon Sep 17 00:00:00 2001 From: Przemyslaw Kaminski Date: Mon, 1 Jun 2015 12:31:10 +0200 Subject: [PATCH] 2 Vagrant slave machines --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 3a37201c..eda077ad 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -3,7 +3,7 @@ # Vagrantfile API/syntax version. Don't touch unless you know what you're doing! VAGRANTFILE_API_VERSION = "2" -SLAVES_COUNT = 3 +SLAVES_COUNT = 2 init_script = <