Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,19 @@
'daemon' => '',
}
$defaults_options = {
'log' => 'global',
'mode' => 'http',
'option' => [
'httplog',
'dontlognull',
'log' => 'global',
'stats' => 'enable',
'option' => ['redispatch'],
'retries' => '3',
'timeout' => [
'http-request 10s',
'queue 1m',
'connect 10s',
'client 1m',
'server 1m',
'check 10s',
],
'retries' => '3',
'redispatch' => '',
'maxconn' => '2000',
'contimeout' => '5000',
'clitimeout' => '50000',
'srvtimeout' => '50000',
'maxconn' => '8000',
}
$config_validate_cmd = '/usr/local/sbin/haproxy -f % -c'
# Single instance:
Expand Down