Skip to content

Commit 521286a

Browse files
authored
Merge pull request #616 from elfranne/stats
remove stats as default
2 parents 39d3f89 + 84d27d0 commit 521286a

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

Diff for: manifests/params.pp

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
}
2828
$defaults_options = {
2929
'log' => 'global',
30-
'stats' => 'enable',
3130
'option' => ['redispatch'],
3231
'retries' => '3',
3332
'timeout' => [

Diff for: spec/acceptance/defaults_spec.rb

-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class { 'haproxy': }
1313
option => [
1414
'redispatch',
1515
],
16-
'stats' => 'enable',
1716
'log' => 'global',
1817
retries => 3,
1918
'timeout client' => '3s',
@@ -72,7 +71,6 @@ class { 'haproxy': }
7271
option => [
7372
'redispatch',
7473
],
75-
'stats' => 'enable',
7674
'log' => 'global',
7775
retries => 3,
7876
'timeout client' => '3s',

Diff for: spec/defines/defaults_spec.rb

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
maxconn 8000
5656
option redispatch
5757
retries 3
58-
stats enable
5958
timeout http-request 10s
6059
timeout queue 1m
6160
timeout connect 10s

0 commit comments

Comments
 (0)