Skip to content

Commit

Permalink
remove stats from checks
Browse files Browse the repository at this point in the history
  • Loading branch information
elfranne committed Dec 6, 2024
1 parent 2c8344c commit 3cbdce4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions spec/acceptance/defaults_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class { 'haproxy': }
option => [
'redispatch',
],
'stats' => 'enable',
'log' => 'global',
retries => 3,
'timeout client' => '3s',
Expand Down Expand Up @@ -72,7 +71,6 @@ class { 'haproxy': }
option => [
'redispatch',
],
'stats' => 'enable',
'log' => 'global',
retries => 3,
'timeout client' => '3s',
Expand Down
1 change: 0 additions & 1 deletion spec/defines/defaults_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
maxconn 8000
option redispatch
retries 3
stats enable
timeout http-request 10s
timeout queue 1m
timeout connect 10s
Expand Down

0 comments on commit 3cbdce4

Please sign in to comment.