Support distrusting ca's on Debian; Changed ca_cert::ca parameter names and meaning #65
ci.yml
on: pull_request
Puppet
/
Static validations
15s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
20 errors
Puppet / 8 (Ruby 3.2):
spec/defines/ca_spec.rb#L106
ca_cert::ca on almalinux-9-x86_64 with ensure set to "trusted" is expected to contain File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt] with exactly 2 parameters, ensure => "absent" and notify => "Exec[ca_cert_update]"
Failure/Error:
is_expected.to contain_file("#{distrusted_cert_dir}/#{title}.#{ca_file_extension}").only_with(
{
'ensure' => 'absent',
'notify' => 'Exec[ca_cert_update]',
}
)
expected that the catalogue would contain File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]
|
Puppet / 8 (Ruby 3.2):
spec/defines/ca_spec.rb#L141
ca_cert::ca on almalinux-9-x86_64 with ensure set to "distrusted" and valid source is expected to contain Archive[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt] with exactly 5 parameters, ensure => "present", source => "puppet:///testing.crt", checksum defined, checksum_type defined, allow_insecure => false, before => ["File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]"] and notify => "Exec[ca_cert_update]"
Failure/Error:
is_expected.to contain_archive("#{distrusted_cert_dir}/#{title}.#{ca_file_extension}").only_with(
{
'ensure' => 'present',
'source' => 'puppet:///testing.crt',
'checksum' => nil,
'checksum_type' => nil,
'allow_insecure' => false,
'before' => ["File[#{distrusted_cert_dir}/#{title}.#{ca_file_extension}]"],
'notify' => 'Exec[ca_cert_update]',
}
expected that the catalogue would contain Archive[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]
|
Puppet / 8 (Ruby 3.2):
spec/defines/ca_spec.rb#L106
ca_cert::ca on centos-9-x86_64 with ensure set to "trusted" is expected to contain File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt] with exactly 2 parameters, ensure => "absent" and notify => "Exec[ca_cert_update]"
Failure/Error:
is_expected.to contain_file("#{distrusted_cert_dir}/#{title}.#{ca_file_extension}").only_with(
{
'ensure' => 'absent',
'notify' => 'Exec[ca_cert_update]',
}
)
expected that the catalogue would contain File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]
|
Puppet / 8 (Ruby 3.2):
spec/defines/ca_spec.rb#L141
ca_cert::ca on centos-9-x86_64 with ensure set to "distrusted" and valid source is expected to contain Archive[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt] with exactly 5 parameters, ensure => "present", source => "puppet:///testing.crt", checksum defined, checksum_type defined, allow_insecure => false, before => ["File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]"] and notify => "Exec[ca_cert_update]"
Failure/Error:
is_expected.to contain_archive("#{distrusted_cert_dir}/#{title}.#{ca_file_extension}").only_with(
{
'ensure' => 'present',
'source' => 'puppet:///testing.crt',
'checksum' => nil,
'checksum_type' => nil,
'allow_insecure' => false,
'before' => ["File[#{distrusted_cert_dir}/#{title}.#{ca_file_extension}]"],
'notify' => 'Exec[ca_cert_update]',
}
expected that the catalogue would contain Archive[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]
|
Puppet / 8 (Ruby 3.2):
spec/defines/ca_spec.rb#L106
ca_cert::ca on redhat-9-x86_64 with ensure set to "trusted" is expected to contain File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt] with exactly 2 parameters, ensure => "absent" and notify => "Exec[ca_cert_update]"
Failure/Error:
is_expected.to contain_file("#{distrusted_cert_dir}/#{title}.#{ca_file_extension}").only_with(
{
'ensure' => 'absent',
'notify' => 'Exec[ca_cert_update]',
}
)
expected that the catalogue would contain File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]
|
Puppet / 8 (Ruby 3.2):
spec/defines/ca_spec.rb#L141
ca_cert::ca on redhat-9-x86_64 with ensure set to "distrusted" and valid source is expected to contain Archive[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt] with exactly 5 parameters, ensure => "present", source => "puppet:///testing.crt", checksum defined, checksum_type defined, allow_insecure => false, before => ["File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]"] and notify => "Exec[ca_cert_update]"
Failure/Error:
is_expected.to contain_archive("#{distrusted_cert_dir}/#{title}.#{ca_file_extension}").only_with(
{
'ensure' => 'present',
'source' => 'puppet:///testing.crt',
'checksum' => nil,
'checksum_type' => nil,
'allow_insecure' => false,
'before' => ["File[#{distrusted_cert_dir}/#{title}.#{ca_file_extension}]"],
'notify' => 'Exec[ca_cert_update]',
}
expected that the catalogue would contain Archive[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]
|
Puppet / 8 (Ruby 3.2):
spec/defines/ca_spec.rb#L106
ca_cert::ca on rocky-9-x86_64 with ensure set to "trusted" is expected to contain File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt] with exactly 2 parameters, ensure => "absent" and notify => "Exec[ca_cert_update]"
Failure/Error:
is_expected.to contain_file("#{distrusted_cert_dir}/#{title}.#{ca_file_extension}").only_with(
{
'ensure' => 'absent',
'notify' => 'Exec[ca_cert_update]',
}
)
expected that the catalogue would contain File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]
|
Puppet / 8 (Ruby 3.2):
spec/defines/ca_spec.rb#L141
ca_cert::ca on rocky-9-x86_64 with ensure set to "distrusted" and valid source is expected to contain Archive[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt] with exactly 5 parameters, ensure => "present", source => "puppet:///testing.crt", checksum defined, checksum_type defined, allow_insecure => false, before => ["File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]"] and notify => "Exec[ca_cert_update]"
Failure/Error:
is_expected.to contain_archive("#{distrusted_cert_dir}/#{title}.#{ca_file_extension}").only_with(
{
'ensure' => 'present',
'source' => 'puppet:///testing.crt',
'checksum' => nil,
'checksum_type' => nil,
'allow_insecure' => false,
'before' => ["File[#{distrusted_cert_dir}/#{title}.#{ca_file_extension}]"],
'notify' => 'Exec[ca_cert_update]',
}
expected that the catalogue would contain Archive[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/defines/ca_spec.rb#L106
ca_cert::ca on almalinux-9-x86_64 with ensure set to "trusted" is expected to contain File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt] with exactly 2 parameters, ensure => "absent" and notify => "Exec[ca_cert_update]"
Failure/Error:
is_expected.to contain_file("#{distrusted_cert_dir}/#{title}.#{ca_file_extension}").only_with(
{
'ensure' => 'absent',
'notify' => 'Exec[ca_cert_update]',
}
)
expected that the catalogue would contain File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]
|
Puppet / 7 (Ruby 2.7):
spec/defines/ca_spec.rb#L141
ca_cert::ca on almalinux-9-x86_64 with ensure set to "distrusted" and valid source is expected to contain Archive[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt] with exactly 5 parameters, ensure => "present", source => "puppet:///testing.crt", checksum defined, checksum_type defined, allow_insecure => false, before => ["File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]"] and notify => "Exec[ca_cert_update]"
Failure/Error:
is_expected.to contain_archive("#{distrusted_cert_dir}/#{title}.#{ca_file_extension}").only_with(
{
'ensure' => 'present',
'source' => 'puppet:///testing.crt',
'checksum' => nil,
'checksum_type' => nil,
'allow_insecure' => false,
'before' => ["File[#{distrusted_cert_dir}/#{title}.#{ca_file_extension}]"],
'notify' => 'Exec[ca_cert_update]',
}
expected that the catalogue would contain Archive[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]
|
Puppet / 7 (Ruby 2.7):
spec/defines/ca_spec.rb#L106
ca_cert::ca on centos-9-x86_64 with ensure set to "trusted" is expected to contain File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt] with exactly 2 parameters, ensure => "absent" and notify => "Exec[ca_cert_update]"
Failure/Error:
is_expected.to contain_file("#{distrusted_cert_dir}/#{title}.#{ca_file_extension}").only_with(
{
'ensure' => 'absent',
'notify' => 'Exec[ca_cert_update]',
}
)
expected that the catalogue would contain File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]
|
Puppet / 7 (Ruby 2.7):
spec/defines/ca_spec.rb#L141
ca_cert::ca on centos-9-x86_64 with ensure set to "distrusted" and valid source is expected to contain Archive[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt] with exactly 5 parameters, ensure => "present", source => "puppet:///testing.crt", checksum defined, checksum_type defined, allow_insecure => false, before => ["File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]"] and notify => "Exec[ca_cert_update]"
Failure/Error:
is_expected.to contain_archive("#{distrusted_cert_dir}/#{title}.#{ca_file_extension}").only_with(
{
'ensure' => 'present',
'source' => 'puppet:///testing.crt',
'checksum' => nil,
'checksum_type' => nil,
'allow_insecure' => false,
'before' => ["File[#{distrusted_cert_dir}/#{title}.#{ca_file_extension}]"],
'notify' => 'Exec[ca_cert_update]',
}
expected that the catalogue would contain Archive[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]
|
Puppet / 7 (Ruby 2.7):
spec/defines/ca_spec.rb#L106
ca_cert::ca on redhat-9-x86_64 with ensure set to "trusted" is expected to contain File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt] with exactly 2 parameters, ensure => "absent" and notify => "Exec[ca_cert_update]"
Failure/Error:
is_expected.to contain_file("#{distrusted_cert_dir}/#{title}.#{ca_file_extension}").only_with(
{
'ensure' => 'absent',
'notify' => 'Exec[ca_cert_update]',
}
)
expected that the catalogue would contain File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]
|
Puppet / 7 (Ruby 2.7):
spec/defines/ca_spec.rb#L141
ca_cert::ca on redhat-9-x86_64 with ensure set to "distrusted" and valid source is expected to contain Archive[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt] with exactly 5 parameters, ensure => "present", source => "puppet:///testing.crt", checksum defined, checksum_type defined, allow_insecure => false, before => ["File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]"] and notify => "Exec[ca_cert_update]"
Failure/Error:
is_expected.to contain_archive("#{distrusted_cert_dir}/#{title}.#{ca_file_extension}").only_with(
{
'ensure' => 'present',
'source' => 'puppet:///testing.crt',
'checksum' => nil,
'checksum_type' => nil,
'allow_insecure' => false,
'before' => ["File[#{distrusted_cert_dir}/#{title}.#{ca_file_extension}]"],
'notify' => 'Exec[ca_cert_update]',
}
expected that the catalogue would contain Archive[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]
|
Puppet / 7 (Ruby 2.7):
spec/defines/ca_spec.rb#L106
ca_cert::ca on rocky-9-x86_64 with ensure set to "trusted" is expected to contain File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt] with exactly 2 parameters, ensure => "absent" and notify => "Exec[ca_cert_update]"
Failure/Error:
is_expected.to contain_file("#{distrusted_cert_dir}/#{title}.#{ca_file_extension}").only_with(
{
'ensure' => 'absent',
'notify' => 'Exec[ca_cert_update]',
}
)
expected that the catalogue would contain File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]
|
Puppet / 7 (Ruby 2.7):
spec/defines/ca_spec.rb#L141
ca_cert::ca on rocky-9-x86_64 with ensure set to "distrusted" and valid source is expected to contain Archive[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt] with exactly 5 parameters, ensure => "present", source => "puppet:///testing.crt", checksum defined, checksum_type defined, allow_insecure => false, before => ["File[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]"] and notify => "Exec[ca_cert_update]"
Failure/Error:
is_expected.to contain_archive("#{distrusted_cert_dir}/#{title}.#{ca_file_extension}").only_with(
{
'ensure' => 'present',
'source' => 'puppet:///testing.crt',
'checksum' => nil,
'checksum_type' => nil,
'allow_insecure' => false,
'before' => ["File[#{distrusted_cert_dir}/#{title}.#{ca_file_extension}]"],
'notify' => 'Exec[ca_cert_update]',
}
expected that the catalogue would contain Archive[/etc/pki/ca-trust/source/blacklist/Globalsign_Org_Intermediate.crt]
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
Puppet / Distro Puppet - Archlinux rolling:
spec/acceptance/ca_cert_ca_spec.rb#L112
ca_cert::ca distrust a os provided ca certificate File "/etc/ca-certificates/extracted/tls-ca-bundle.pem" content is expected not to match /oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8/
Failure/Error: is_expected.not_to match %r{oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8}
expected "# InCommon Server CA\n-----BEGIN CERTIFICATE-----\nMIIEwzCCA6ugAwIBAgIQf3HB06ImsNKxE/PmgWdkPjANBgkqh...GqndXHt7CMUADTdA43x7VF8vhV929ven\nsBxXVsFy6K2ir40zSbofitzmdHxghm+Hl3s=\n-----END CERTIFICATE-----\n" not to match /oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8/
Diff:
@@ -1,3984 +1,7967 @@
-/oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8/
+# InCommon Server CA
+-----BEGIN CERTIFICATE-----
+MIIEwzCCA6ugAwIBAgIQf3HB06ImsNKxE/PmgWdkPjANBgkqhkiG9w0BAQUFADBv
+MQswCQYDVQQGEwJTRTEUMBIGA1UEChMLQWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFk
+ZFRydXN0IEV4dGVybmFsIFRUUCBOZXR3b3JrMSIwIAYDVQQDExlBZGRUcnVzdCBF
+eHRlcm5hbCBDQSBSb290MB4XDTEwMTIwNzAwMDAwMFoXDTIwMDUzMDEwNDgzOFow
+UTELMAkGA1UEBhMCVVMxEjAQBgNVBAoTCUludGVybmV0MjERMA8GA1UECxMISW5D
+b21tb24xGzAZBgNVBAMTEkluQ29tbW9uIFNlcnZlciBDQTCCASIwDQYJKoZIhvcN
+AQEBBQADggEPADCCAQoCggEBAJd8x8j+s+kgaqOkT46ONFYGs3psqhCbSGErNpBp
+4zQKR6e7e96qavvrgpWPyh1/r3WmqEzaIGdhGg2GwcrBh6+sTuTeYhsvnbGYr8YB
++xdw26wUWexvPzN/ppgL5OI4r/V/hW0OdASd9ieGx5uP53EqCPQDAkBjJH1AV49U
+4FR+thNIYfHezg69tvpNmLLZDY15puCqzQyRmqXfq3O7yhR4XEcpocrFup/H2mD3
+/+d/8tnaoS0PSRan0wCSz4pH2U341ZVm03T5gGMAT0yEFh+z9SQfoU7e6JXWsgsJ
+iyxrx1wvjGPJmctSsWJ7cwFif2Ns2Gig7mqojR8p89AYrK0CAwEAAaOCAXcwggFz
+MB8GA1UdIwQYMBaAFK29mHo0tCb3+sQmVO8DveAky1QaMB0GA1UdDgQWBBRIT1r6
+L0qaXuBQ82t7VaXe9b40XTAOBgNVHQ8BAf8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB
+/wIBADARBgNVHSAECjAIMAYGBFUdIAAwRAYDVR0fBD0wOzA5oDegNYYzaHR0cDov
+L2NybC51c2VydHJ1c3QuY29tL0FkZFRydXN0RXh0ZXJuYWxDQVJvb3QuY3JsMIGz
+BggrBgEFBQcBAQSBpjCBozA/BggrBgEFBQcwAoYzaHR0cDovL2NydC51c2VydHJ1
+c3QuY29tL0FkZFRydXN0RXh0ZXJuYWxDQVJvb3QucDdjMDkGCCsGAQUFBzAChi1o
+dHRwOi8vY3J0LnVzZXJ0cnVzdC5jb20vQWRkVHJ1c3RVVE5TR0NDQS5jcnQwJQYI
+KwYBBQUHMAGGGWh0dHA6Ly9vY3NwLnVzZXJ0cnVzdC5jb20wDQYJKoZIhvcNAQEF
+BQADggEBAJNmIYB0RYVLwqvOMrAp/t3f1iRbvwNqb1A+DhuzDYijW+7EpBI7Vu8G
+f89/IZVWO0Ex/uGqk9KV85UNPEerylwmrT7x+Yw0bhG+9GfjAkn5pnx7ZCXdF0by
+UOPjCiE6SSTNxoRlaGdosEUtR5nNnKuGKRFy3NacNkN089SXnlag/l9AWNLV1358
+xY4asgRckmYOha0uBs7Io9jrFCeR3s8XMIFTtmYSrTfk9e+WXCAONumsYn0ZgYr1
+kGGmSavOPN/mymTugmU5RZUWukEGAJi6DFZh5MbGhgHPZqkiKQLWPc/EKo2Z3vsJ
+FJ4O0dXG14HdrSSrrAcF4h1ow3BmX9M=
+-----END CERTIFICATE-----
+
+# DigiCert G5 TLS ECC SHA384 2021 CA1
+-----BEGIN CERTIFICATE-----
+MIIDajCCAu+gAwIBAgIQBBxdKC6zcQ5rcsLavSZxbzAKBggqhkjOPQQDAzBOMQsw
+CQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJjAkBgNVBAMTHURp
+Z2lDZXJ0IFRMUyBFQ0MgUDM4NCBSb290IEc1MB4XDTIxMDQxNDAwMDAwMFoXDTMx
+MDQxMzIzNTk1OVowVDELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDkRpZ2lDZXJ0LCBJ
+bmMuMSwwKgYDVQQDEyNEaWdpQ2VydCBHNSBUTFMgRUNDIFNIQTM4NCAyMDIxIENB
+MTB2MBAGByqGSM49AgEGBSuBBAAiA2IABLzRK0f/iJs+T+i9//yOWT++GUuwRjML
+dbsA+9YQsrHFyayUZeqYRATordp1DcodGY/1DxRAwDDEi0cmkfHX08nLQ0ujF1Vh
+dlBxYUPol2HLYjN3EzVAcDC8V5uiQc5zCqOCAYowggGGMBIGA1UdEwEB/wQIMAYB
+Af8CAQAwHQYDVR0OBBYEFJtY3I2mZZjnvAb+GqQVoG/L5qmQMB8GA1UdIwQYMBaA
+FMFRRVBZqz7nLFr6ICISB4CIfBFqMA4GA1UdDwEB/wQEAwIBhjAdBgNVHSUEFjAU
+BggrBgEFBQcDAQYIKwYBBQUHAwIwegYIKwYBBQUHAQEEbjBsMCQGCCsGAQUFBzAB
+hhhodHRwOi8vb2NzcC5kaWdpY2VydC5jb20wRAYIKwYBBQUHMAKGOGh0dHA6Ly9j
+YWNlcnRzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydFRMU0VDQ1AzODRSb290RzUuY3J0
+MEYGA1UdHwQ/MD0wO6A5oDeGNWh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdp
+Q2VydFRMU0VDQ1AzODRSb290RzUuY3JsMD0GA1UdIAQ2MDQwCwYJYIZIAYb9bAIB
+MAcGBWeBDAEBMAgGBmeBDAECATAIBgZngQwBAgIwCAYGZ4EMAQIDMAoGCCqGSM49
+BAMDA2kAMGYCMQDt1p2aebRUXBPN1FXg+V6oG+mRLdRC49k8dSxwRG77lsj1YqTO
+IvZuhDckSAkMNGICMQD4lvGyMGMQirgiqAaMdybUTpcDTLtRQPKiGVZOoSaRtq8o
+gRocsHZfwG69pfWn10Y=
+-----END CERTIFICATE-----
+
+# ACCVRAIZ1
+-----BEGIN CERTIFICATE-----
+MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE
+AwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw
+CQYDVQQGEwJFUzAeFw0x
|
Puppet / Distro Puppet - Archlinux rolling
Process completed with exit code 1.
|