diff options
Diffstat (limited to 'puppet/modules')
| -rw-r--r-- | puppet/modules/site_haproxy/manifests/init.pp | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/puppet/modules/site_haproxy/manifests/init.pp b/puppet/modules/site_haproxy/manifests/init.pp index 7cb10ab2..602e26be 100644 --- a/puppet/modules/site_haproxy/manifests/init.pp +++ b/puppet/modules/site_haproxy/manifests/init.pp @@ -13,12 +13,12 @@ class site_haproxy {        'daemon'  => ''      },      defaults_options => { -      'log'        => 'global', -      'retries'    => '3', -      'option'     => 'redispatch', -      'contimeout' => '5000', -      'clitimeout' => '50000', -      'srvtimeout' => '50000' +      'log'             => 'global', +      'retries'         => '3', +      'option'          => 'redispatch', +      'timeout connect' => '4000', +      'timeout client'  => '20000', +      'timeout server'  => '20000'      }    } | 
