diff --git a/Vagrantfile b/Vagrantfile index 539766f9..46fe2458 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 = 2 +SLAVES_COUNT = 3 init_script = <