Skip to content

Commit 3cbdce4

Browse files
committed
remove stats from checks
1 parent 2c8344c commit 3cbdce4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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',

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)