Skip to content

Fix config template issues and add some improvements #115

Fix config template issues and add some improvements

Fix config template issues and add some improvements #115

Triggered via pull request March 26, 2024 19:26
@rtibrtib
synchronize #179
rtib:refactoring
Status Failure
Total duration 1m 42s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
21s
Puppet / Static validations
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Puppet / 7 (Ruby 2.7): spec/defines/openssl_certificate_x509_spec.rb#L30
openssl::certificate::x509 when not passing a country is expected to fail to compile and raise an error matching /\bcountry\b/ Failure/Error: it { is_expected.to compile.and_raise_error(%r{\bcountry\b}) } expected that the catalogue would fail to compile and raise an error matching /\bcountry\b/
Puppet / 7 (Ruby 2.7): spec/defines/openssl_certificate_x509_spec.rb#L55
openssl::certificate::x509 when not passing an organization is expected to fail to compile and raise an error matching /\borganization\b/ Failure/Error: it { is_expected.to compile.and_raise_error(%r{\borganization\b}) } expected that the catalogue would fail to compile and raise an error matching /\borganization\b/
Puppet / 7 (Ruby 2.7): spec/defines/openssl_certificate_x509_spec.rb#L80
openssl::certificate::x509 when not passing an commonname is expected to fail to compile and raise an error matching /\bcommonname\b/ Failure/Error: it { is_expected.to compile.and_raise_error(%r{\bcommonname\b}) } expected that the catalogue would fail to compile and raise an error matching /\bcommonname\b/
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.