diff options
Diffstat (limited to 'cluster.sh')
-rwxr-xr-x | cluster.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster.sh b/cluster.sh index afb9826ff..bd70a3a13 100755 --- a/cluster.sh +++ b/cluster.sh @@ -1,6 +1,6 @@ #!/bin/bash -eu -MINIONS=3 +MINIONS=2 MASTERS=1 # If the environment variable OO_PROVDER is defined, it used for the provider |