This commit is contained in:
Henry Wang 2020-01-30 18:00:00 +08:00
parent 5ac3a8bf1e
commit 0f6376efbc

View File

@ -11,18 +11,6 @@ class role::loadbalancer (
) { ) {
include ::haproxy include ::haproxy
haproxy { 'default_timeout' :
default_options => {
'timeout' => [
'http-request 60s',
'queue 1m',
'connect 60s',
'client 1m',
'server 1m',
'check 60s',
],
},
}
haproxy::listen { $rule1 : haproxy::listen { $rule1 :
collect_exported => false, collect_exported => false,
ipaddress => $::ipaddress, ipaddress => $::ipaddress,