Revert count of nodes in Vagrantfile back to 2

This commit is contained in:
Evgeniy L 2015-06-02 14:31:48 +02:00
parent 08a0c0a177
commit 9e521c88c1

2
Vagrantfile vendored
View File

@ -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 = <<SCRIPT
apt-get update