add support for journal upload and remote server #736
Annotations
10 errors
spec/classes/init_spec.rb#L617
systemd supported operating systems on debian-11-x86_64 when journal-upload is enabled is expected to contain Ini_setting[TrustedCerticateFile] with path => "/etc/systemd/journal-upload.conf", section => "Upload", notify => "Service[systemd-journal-upload]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('TrustedCerticateFile').with(
path: '/etc/systemd/journal-upload.conf',
section: 'Upload',
notify: 'Service[systemd-journal-upload]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[TrustedCerticateFile]
|
spec/classes/init_spec.rb#L617
systemd supported operating systems on debian-12-x86_64 when journal-upload is enabled is expected to contain Ini_setting[TrustedCerticateFile] with path => "/etc/systemd/journal-upload.conf", section => "Upload", notify => "Service[systemd-journal-upload]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('TrustedCerticateFile').with(
path: '/etc/systemd/journal-upload.conf',
section: 'Upload',
notify: 'Service[systemd-journal-upload]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[TrustedCerticateFile]
|
spec/classes/init_spec.rb#L617
systemd supported operating systems on ubuntu-20.04-x86_64 when journal-upload is enabled is expected to contain Ini_setting[TrustedCerticateFile] with path => "/etc/systemd/journal-upload.conf", section => "Upload", notify => "Service[systemd-journal-upload]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('TrustedCerticateFile').with(
path: '/etc/systemd/journal-upload.conf',
section: 'Upload',
notify: 'Service[systemd-journal-upload]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[TrustedCerticateFile]
|
spec/classes/init_spec.rb#L617
systemd supported operating systems on ubuntu-22.04-x86_64 when journal-upload is enabled is expected to contain Ini_setting[TrustedCerticateFile] with path => "/etc/systemd/journal-upload.conf", section => "Upload", notify => "Service[systemd-journal-upload]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('TrustedCerticateFile').with(
path: '/etc/systemd/journal-upload.conf',
section: 'Upload',
notify: 'Service[systemd-journal-upload]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[TrustedCerticateFile]
|
spec/classes/init_spec.rb#L617
systemd supported operating systems on sles-12-x86_64 when journal-upload is enabled is expected to contain Ini_setting[TrustedCerticateFile] with path => "/etc/systemd/journal-upload.conf", section => "Upload", notify => "Service[systemd-journal-upload]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('TrustedCerticateFile').with(
path: '/etc/systemd/journal-upload.conf',
section: 'Upload',
notify: 'Service[systemd-journal-upload]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[TrustedCerticateFile]
|
spec/classes/init_spec.rb#L617
systemd supported operating systems on sles-15-x86_64 when journal-upload is enabled is expected to contain Ini_setting[TrustedCerticateFile] with path => "/etc/systemd/journal-upload.conf", section => "Upload", notify => "Service[systemd-journal-upload]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('TrustedCerticateFile').with(
path: '/etc/systemd/journal-upload.conf',
section: 'Upload',
notify: 'Service[systemd-journal-upload]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[TrustedCerticateFile]
|
spec/classes/init_spec.rb#L617
systemd supported operating systems on redhat-8-x86_64 when journal-upload is enabled is expected to contain Ini_setting[TrustedCerticateFile] with path => "/etc/systemd/journal-upload.conf", section => "Upload", notify => "Service[systemd-journal-upload]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('TrustedCerticateFile').with(
path: '/etc/systemd/journal-upload.conf',
section: 'Upload',
notify: 'Service[systemd-journal-upload]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[TrustedCerticateFile]
|
spec/classes/init_spec.rb#L617
systemd supported operating systems on redhat-9-x86_64 when journal-upload is enabled is expected to contain Ini_setting[TrustedCerticateFile] with path => "/etc/systemd/journal-upload.conf", section => "Upload", notify => "Service[systemd-journal-upload]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('TrustedCerticateFile').with(
path: '/etc/systemd/journal-upload.conf',
section: 'Upload',
notify: 'Service[systemd-journal-upload]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[TrustedCerticateFile]
|
spec/classes/init_spec.rb#L617
systemd supported operating systems on centos-9-x86_64 when journal-upload is enabled is expected to contain Ini_setting[TrustedCerticateFile] with path => "/etc/systemd/journal-upload.conf", section => "Upload", notify => "Service[systemd-journal-upload]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('TrustedCerticateFile').with(
path: '/etc/systemd/journal-upload.conf',
section: 'Upload',
notify: 'Service[systemd-journal-upload]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[TrustedCerticateFile]
|
spec/classes/init_spec.rb#L617
systemd supported operating systems on almalinux-8-x86_64 when journal-upload is enabled is expected to contain Ini_setting[TrustedCerticateFile] with path => "/etc/systemd/journal-upload.conf", section => "Upload", notify => "Service[systemd-journal-upload]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('TrustedCerticateFile').with(
path: '/etc/systemd/journal-upload.conf',
section: 'Upload',
notify: 'Service[systemd-journal-upload]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[TrustedCerticateFile]
|
This job failed
Loading