Finish conversion to EPP templates #582
ci.yml
on: pull_request
Spec
/
Setup Test Matrix
27s
Matrix: Spec / spec
Matrix: Acceptance / acceptance
Waiting for pending jobs
Annotations
12 errors
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/mod/ssl_spec.rb#L59
apache::mod::ssl on a RedHat 8 OS ciphers with ssl_protocol is expected to contain File[ssl.conf] with content !~ / SSLCipherSuite TLSv1.1 RSA:!EXP:!NULL:+HIGH:+MEDIUM/
Failure/Error: it { is_expected.to contain_file('ssl.conf').without_content(%r{ SSLCipherSuite TLSv1.1 RSA:!EXP:!NULL:+HIGH:+MEDIUM}) }
Puppet::PreformattedError:
Evaluation Error: Left match operand must result in a String value. Got a Hash. (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/templates/mod/ssl.conf.epp, line: 36, column: 10) on node fv-az1791-515.2a5pkt4u1thudaewc2kivyna4f.cx.internal.cloudapp.net
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/mod/ssl_spec.rb#L60
apache::mod::ssl on a RedHat 8 OS ciphers with ssl_protocol is expected to contain File[ssl.conf] with content !~ / SSLCipherSuite TLSv1.2 RSA:!EXP:!NULL:+HIGH:+MEDIUM:-LOW/
Failure/Error: it { is_expected.to contain_file('ssl.conf').without_content(%r{ SSLCipherSuite TLSv1.2 RSA:!EXP:!NULL:+HIGH:+MEDIUM:-LOW}) }
Puppet::PreformattedError:
Evaluation Error: Left match operand must result in a String value. Got a Hash. (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/templates/mod/ssl.conf.epp, line: 36, column: 10) on node fv-az1791-515.2a5pkt4u1thudaewc2kivyna4f.cx.internal.cloudapp.net
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/mod/status_spec.rb#L41
apache::mod::status default configuration with parameters with default params and empty requires on a Debian 11 OS status conf require
Failure/Error: expect(subject).to contain_file('status.conf').with_content(expected)
expected that the catalogue would contain File[status.conf] with content set to supplied string
Diff:
@@ -1,5 +1,6 @@
<Location /server-status>
SetHandler server-status
+ Require ip 127.0.0.1 ::1
</Location>
ExtendedStatus On
Shared Example Group: "status_conf_spec_require" called from ./spec/classes/mod/status_spec.rb:157
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/mod/status_spec.rb#L41
apache::mod::status default configuration with parameters with default params and empty requires on a RedHat 7 OS status conf require
Failure/Error: expect(subject).to contain_file('status.conf').with_content(expected)
expected that the catalogue would contain File[status.conf] with content set to supplied string
Diff:
@@ -1,5 +1,6 @@
<Location /server-status>
SetHandler server-status
+ Require ip 127.0.0.1 ::1
</Location>
ExtendedStatus On
Shared Example Group: "status_conf_spec_require" called from ./spec/classes/mod/status_spec.rb:175
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/mod/status_spec.rb#L41
apache::mod::status default configuration with parameters with default params and empty requires on a RedHat 8 OS status conf require
Failure/Error: expect(subject).to contain_file('status.conf').with_content(expected)
expected that the catalogue would contain File[status.conf] with content set to supplied string
Diff:
@@ -1,5 +1,6 @@
<Location /server-status>
SetHandler server-status
+ Require ip 127.0.0.1 ::1
</Location>
ExtendedStatus On
Shared Example Group: "status_conf_spec_require" called from ./spec/classes/mod/status_spec.rb:185
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2)
Process completed with exit code 1.
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/mod/ssl_spec.rb#L59
apache::mod::ssl on a RedHat 8 OS ciphers with ssl_protocol is expected to contain File[ssl.conf] with content !~ / SSLCipherSuite TLSv1.1 RSA:!EXP:!NULL:+HIGH:+MEDIUM/
Failure/Error: it { is_expected.to contain_file('ssl.conf').without_content(%r{ SSLCipherSuite TLSv1.1 RSA:!EXP:!NULL:+HIGH:+MEDIUM}) }
Puppet::PreformattedError:
Evaluation Error: Left match operand must result in a String value. Got a Hash. (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/templates/mod/ssl.conf.epp, line: 36, column: 10) on node fv-az563-898.eplpimpy4qhevkebyzlpk2zmla.ex.internal.cloudapp.net
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/mod/ssl_spec.rb#L60
apache::mod::ssl on a RedHat 8 OS ciphers with ssl_protocol is expected to contain File[ssl.conf] with content !~ / SSLCipherSuite TLSv1.2 RSA:!EXP:!NULL:+HIGH:+MEDIUM:-LOW/
Failure/Error: it { is_expected.to contain_file('ssl.conf').without_content(%r{ SSLCipherSuite TLSv1.2 RSA:!EXP:!NULL:+HIGH:+MEDIUM:-LOW}) }
Puppet::PreformattedError:
Evaluation Error: Left match operand must result in a String value. Got a Hash. (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/templates/mod/ssl.conf.epp, line: 36, column: 10) on node fv-az563-898.eplpimpy4qhevkebyzlpk2zmla.ex.internal.cloudapp.net
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/mod/status_spec.rb#L41
apache::mod::status default configuration with parameters with default params and empty requires on a Debian 11 OS status conf require
Failure/Error: expect(subject).to contain_file('status.conf').with_content(expected)
expected that the catalogue would contain File[status.conf] with content set to supplied string
Diff:
@@ -1,5 +1,6 @@
<Location /server-status>
SetHandler server-status
+ Require ip 127.0.0.1 ::1
</Location>
ExtendedStatus On
Shared Example Group: "status_conf_spec_require" called from ./spec/classes/mod/status_spec.rb:157
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/mod/status_spec.rb#L41
apache::mod::status default configuration with parameters with default params and empty requires on a RedHat 7 OS status conf require
Failure/Error: expect(subject).to contain_file('status.conf').with_content(expected)
expected that the catalogue would contain File[status.conf] with content set to supplied string
Diff:
@@ -1,5 +1,6 @@
<Location /server-status>
SetHandler server-status
+ Require ip 127.0.0.1 ::1
</Location>
ExtendedStatus On
Shared Example Group: "status_conf_spec_require" called from ./spec/classes/mod/status_spec.rb:175
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/mod/status_spec.rb#L41
apache::mod::status default configuration with parameters with default params and empty requires on a RedHat 8 OS status conf require
Failure/Error: expect(subject).to contain_file('status.conf').with_content(expected)
expected that the catalogue would contain File[status.conf] with content set to supplied string
Diff:
@@ -1,5 +1,6 @@
<Location /server-status>
SetHandler server-status
+ Require ip 127.0.0.1 ::1
</Location>
ExtendedStatus On
Shared Example Group: "status_conf_spec_require" called from ./spec/classes/mod/status_spec.rb:185
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7)
Process completed with exit code 1.
|