We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8344c commit 3cbdce4Copy full SHA for 3cbdce4
spec/acceptance/defaults_spec.rb
@@ -13,7 +13,6 @@ class { 'haproxy': }
13
option => [
14
'redispatch',
15
],
16
- 'stats' => 'enable',
17
'log' => 'global',
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