Skip to content

Commit

Permalink
Merge pull request #241 from bmjen/fix-ci
Browse files Browse the repository at this point in the history
(maint) removes default-server keyword from test
  • Loading branch information
Morgan Rhodes committed Jun 6, 2016
2 parents f636473 + f9c869d commit b6b23b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/acceptance/defaults_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class { 'haproxy': }
'timeout http-request' => '2s',
balance => 'roundrobin',
'maxconn' => '8000',
'default-server' => 'weight 100 inter 6s fastinter 1s downinter 3s fall 2 rise 4',
}
}
Expand Down Expand Up @@ -81,7 +80,6 @@ class { 'haproxy': }
'timeout http-request' => '2s',
balance => 'roundrobin',
'maxconn' => '8000',
'default-server' => 'weight 100 inter 6s fastinter 1s downinter 3s fall 2 rise 4',
}
}
Expand Down

0 comments on commit b6b23b5

Please sign in to comment.