Reduce number of minions to improve user experience

This commit is contained in:
derekwaynecarr
2015-01-09 13:00:48 -05:00
parent da8dc5360e
commit 2d9977cf1a
3 changed files with 8 additions and 3 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-"3"}
NUM_MINIONS=${NUM_MINIONS-"1"}
export NUM_MINIONS
# The IP of the master