Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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