Support distrusting ca's on Debian; Changed ca_cert::ca parameter names and meaning #65
Annotations
9 errors
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
|
This job failed
Loading