Skip to content

Commit

Permalink
remove stats as default
Browse files Browse the repository at this point in the history
PF-3525 : pdk update for module

(CAT-2101) Add support for Debian-12

(CAT-2101) test comit

(CAT-2101) test commit

(CAT-2158) Upgrade rexml to address CVE-2024-49761

remove stats from checks
  • Loading branch information
elfranne authored and amitkarsale committed Jan 30, 2025
1 parent 39d3f89 commit 84d27d0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
}
$defaults_options = {
'log' => 'global',
'stats' => 'enable',
'option' => ['redispatch'],
'retries' => '3',
'timeout' => [
Expand Down
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 84d27d0

Please sign in to comment.