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

2
Vagrantfile vendored
View File

@@ -17,7 +17,7 @@ END
end
# The number of minions to provision
$num_minion = (ENV['NUM_MINIONS'] || 3).to_i
$num_minion = (ENV['NUM_MINIONS'] || 1).to_i
# ip configuration
$master_ip = ENV['MASTER_IP']