diff options
-rw-r--r-- | manifests/loadbalancer.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp index 387f022..21d44e0 100644 --- a/manifests/loadbalancer.pp +++ b/manifests/loadbalancer.pp @@ -1233,7 +1233,6 @@ class tripleo::loadbalancer ( haproxy::listen { 'redis': bind => $redis_bind_opts, options => { - 'timeout' => [ 'client 0', 'server 0' ], 'balance' => 'first', 'option' => ['tcp-check',], 'tcp-check' => ['send info\ replication\r\n','expect string role:master'], |