Fix config template issues and add some improvements #115
ci.yml
on: pull_request
Puppet
/
Static validations
21s
Matrix: Puppet / unit
Puppet
/
Test suite
0s
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.
|