We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39d3f89 + 84d27d0 commit 521286aCopy full SHA for 521286a
manifests/params.pp
@@ -27,7 +27,6 @@
27
}
28
$defaults_options = {
29
'log' => 'global',
30
- 'stats' => 'enable',
31
'option' => ['redispatch'],
32
'retries' => '3',
33
'timeout' => [
spec/acceptance/defaults_spec.rb
@@ -13,7 +13,6 @@ class { 'haproxy': }
13
option => [
14
'redispatch',
15
],
16
17
18
retries => 3,
19
'timeout client' => '3s',
@@ -72,7 +71,6 @@ class { 'haproxy': }
72
71
73
74
75
76
77
78
spec/defines/defaults_spec.rb
@@ -55,7 +55,6 @@
55
maxconn 8000
56
option redispatch
57
retries 3
58
- stats enable
59
timeout http-request 10s
60
timeout queue 1m
61
timeout connect 10s
0 commit comments