Skip to content

Commit 42f0173

Browse files
Merge pull request #559 from puppetlabs/CONT-1181-fix-build-failure
(CONT-1181) - Fixing build failure for RedHat
2 parents b16ec2c + 70fddea commit 42f0173

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.rubocop_todo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2023-03-29 09:56:35 UTC using RuboCop version 1.48.1.
3+
# on 2023-07-20 04:54:59 UTC using RuboCop version 1.48.1.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
@@ -41,8 +41,8 @@ RSpec/NamedSubject:
4141
- 'spec/classes/haproxy_spec.rb'
4242
- 'spec/defines/instance_service_spec.rb'
4343
- 'spec/defines/instance_spec.rb'
44-
45-
# Offense count: 183
44+
45+
# Offense count: 181
4646
# Configuration parameters: AllowedPatterns.
4747
# AllowedPatterns: ^expect_, ^assert_
4848
RSpec/NoExpectationExample:

spec/acceptance/listen_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ class { 'haproxy': }
5050
listening_service => 'app00',
5151
server_names => 'test00.example.com',
5252
ports => '5556',
53-
options => 'check',
5453
}
5554
haproxy::balancermember { 'port 5557':
5655
listening_service => 'app00',

spec/spec_helper_acceptance_local.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
UNSUPPORTED_PLATFORMS = ['Suse', 'windows', 'AIX', 'Solaris'].freeze
44
MAX_RETRY_COUNT = 12
55
RETRY_WAIT = 10
6-
ERROR_MATCHER = %r{(no valid OpenPGP data found|keyserver timed out|keyserver receive failed)}.freeze
6+
ERROR_MATCHER = %r{(no valid OpenPGP data found|keyserver timed out|keyserver receive failed|Connection reset by peer|closed stream)}.freeze
77

88
require 'singleton'
99

0 commit comments

Comments
 (0)