stick to num_minions=1 for the default

This commit is contained in:
Rajat Chopra
2015-02-09 09:59:31 -08:00
parent a9d8713db4
commit db493dc6ce
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
## Contains configuration values for interacting with the Vagrant cluster
# Number of minions in the cluster
NUM_MINIONS=${NUM_MINIONS-"2"}
NUM_MINIONS=${NUM_MINIONS-"1"}
export NUM_MINIONS
# The IP of the master