Skip to content

Commit

Permalink
Merge pull request #616 from elfranne/stats
Browse files Browse the repository at this point in the history
remove stats as default
  • Loading branch information
amitkarsale authored Jan 30, 2025
2 parents 39d3f89 + 84d27d0 commit 521286a
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 521286a

Please sign in to comment.