Finish conversion to EPP templates #582
Annotations
6 errors
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests
Process completed with exit code 1.
|
Loading