add support for journal upload and remote server #754
Annotations
10 errors
spec/classes/init_spec.rb#L630
systemd supported operating systems on debian-11-x86_64 when journal-upload and journal-remote is enabled is expected to contain Ini_setting[journal-remote_TrustedCertificateFile] with path => "/etc/systemd/journal-upload.conf", section => "Upload", setting => "TrustedCertificateFile", notify => "Service[systemd-journal-upload]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('journal-remote_TrustedCertificateFile').with(
path: '/etc/systemd/journal-upload.conf',
section: 'Upload',
setting: 'TrustedCertificateFile',
notify: 'Service[systemd-journal-upload]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[journal-remote_TrustedCertificateFile] with path set to "/etc/systemd/journal-upload.conf" but it is set to "/etc/systemd/journal-remote.conf", and parameter section set to "Upload" but it is set to "Remote", and parameter notify set to "Service[systemd-journal-upload]" but it is set to Service[systemd-journal-remote]{:name=>"systemd-journal-remote"}
Diff:
@@ -1,6 +1,6 @@
-/etc/systemd/journal-upload.conf
+/etc/systemd/journal-remote.conf
-Upload
+Remote
-Service[systemd-journal-upload]
+Service[systemd-journal-remote]
|
spec/classes/init_spec.rb#L640
systemd supported operating systems on debian-11-x86_64 when journal-upload and journal-remote is enabled is expected to contain Ini_setting[journal-upload_ServerCertificateFile] with path => "/etc/systemd/journal-remote.conf", section => "Remote", setting => "ServerCertificateFile", notify => "Service[systemd-journal-remote]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('journal-upload_ServerCertificateFile').with(
path: '/etc/systemd/journal-remote.conf',
section: 'Remote',
setting: 'ServerCertificateFile',
notify: 'Service[systemd-journal-remote]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[journal-upload_ServerCertificateFile] with path set to "/etc/systemd/journal-remote.conf" but it is set to "/etc/systemd/journal-upload.conf", and parameter section set to "Remote" but it is set to "Upload", and parameter notify set to "Service[systemd-journal-remote]" but it is set to Service[systemd-journal-upload]{:name=>"systemd-journal-upload"}
Diff:
@@ -1,6 +1,6 @@
-/etc/systemd/journal-remote.conf
+/etc/systemd/journal-upload.conf
-Remote
+Upload
-Service[systemd-journal-remote]
+Service[systemd-journal-upload]
|
spec/classes/init_spec.rb#L630
systemd supported operating systems on debian-12-x86_64 when journal-upload and journal-remote is enabled is expected to contain Ini_setting[journal-remote_TrustedCertificateFile] with path => "/etc/systemd/journal-upload.conf", section => "Upload", setting => "TrustedCertificateFile", notify => "Service[systemd-journal-upload]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('journal-remote_TrustedCertificateFile').with(
path: '/etc/systemd/journal-upload.conf',
section: 'Upload',
setting: 'TrustedCertificateFile',
notify: 'Service[systemd-journal-upload]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[journal-remote_TrustedCertificateFile] with path set to "/etc/systemd/journal-upload.conf" but it is set to "/etc/systemd/journal-remote.conf", and parameter section set to "Upload" but it is set to "Remote", and parameter notify set to "Service[systemd-journal-upload]" but it is set to Service[systemd-journal-remote]{:name=>"systemd-journal-remote"}
Diff:
@@ -1,6 +1,6 @@
-/etc/systemd/journal-upload.conf
+/etc/systemd/journal-remote.conf
-Upload
+Remote
-Service[systemd-journal-upload]
+Service[systemd-journal-remote]
|
spec/classes/init_spec.rb#L640
systemd supported operating systems on debian-12-x86_64 when journal-upload and journal-remote is enabled is expected to contain Ini_setting[journal-upload_ServerCertificateFile] with path => "/etc/systemd/journal-remote.conf", section => "Remote", setting => "ServerCertificateFile", notify => "Service[systemd-journal-remote]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('journal-upload_ServerCertificateFile').with(
path: '/etc/systemd/journal-remote.conf',
section: 'Remote',
setting: 'ServerCertificateFile',
notify: 'Service[systemd-journal-remote]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[journal-upload_ServerCertificateFile] with path set to "/etc/systemd/journal-remote.conf" but it is set to "/etc/systemd/journal-upload.conf", and parameter section set to "Remote" but it is set to "Upload", and parameter notify set to "Service[systemd-journal-remote]" but it is set to Service[systemd-journal-upload]{:name=>"systemd-journal-upload"}
Diff:
@@ -1,6 +1,6 @@
-/etc/systemd/journal-remote.conf
+/etc/systemd/journal-upload.conf
-Remote
+Upload
-Service[systemd-journal-remote]
+Service[systemd-journal-upload]
|
spec/classes/init_spec.rb#L630
systemd supported operating systems on ubuntu-20.04-x86_64 when journal-upload and journal-remote is enabled is expected to contain Ini_setting[journal-remote_TrustedCertificateFile] with path => "/etc/systemd/journal-upload.conf", section => "Upload", setting => "TrustedCertificateFile", notify => "Service[systemd-journal-upload]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('journal-remote_TrustedCertificateFile').with(
path: '/etc/systemd/journal-upload.conf',
section: 'Upload',
setting: 'TrustedCertificateFile',
notify: 'Service[systemd-journal-upload]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[journal-remote_TrustedCertificateFile] with path set to "/etc/systemd/journal-upload.conf" but it is set to "/etc/systemd/journal-remote.conf", and parameter section set to "Upload" but it is set to "Remote", and parameter notify set to "Service[systemd-journal-upload]" but it is set to Service[systemd-journal-remote]{:name=>"systemd-journal-remote"}
Diff:
@@ -1,6 +1,6 @@
-/etc/systemd/journal-upload.conf
+/etc/systemd/journal-remote.conf
-Upload
+Remote
-Service[systemd-journal-upload]
+Service[systemd-journal-remote]
|
spec/classes/init_spec.rb#L640
systemd supported operating systems on ubuntu-20.04-x86_64 when journal-upload and journal-remote is enabled is expected to contain Ini_setting[journal-upload_ServerCertificateFile] with path => "/etc/systemd/journal-remote.conf", section => "Remote", setting => "ServerCertificateFile", notify => "Service[systemd-journal-remote]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('journal-upload_ServerCertificateFile').with(
path: '/etc/systemd/journal-remote.conf',
section: 'Remote',
setting: 'ServerCertificateFile',
notify: 'Service[systemd-journal-remote]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[journal-upload_ServerCertificateFile] with path set to "/etc/systemd/journal-remote.conf" but it is set to "/etc/systemd/journal-upload.conf", and parameter section set to "Remote" but it is set to "Upload", and parameter notify set to "Service[systemd-journal-remote]" but it is set to Service[systemd-journal-upload]{:name=>"systemd-journal-upload"}
Diff:
@@ -1,6 +1,6 @@
-/etc/systemd/journal-remote.conf
+/etc/systemd/journal-upload.conf
-Remote
+Upload
-Service[systemd-journal-remote]
+Service[systemd-journal-upload]
|
spec/classes/init_spec.rb#L630
systemd supported operating systems on ubuntu-22.04-x86_64 when journal-upload and journal-remote is enabled is expected to contain Ini_setting[journal-remote_TrustedCertificateFile] with path => "/etc/systemd/journal-upload.conf", section => "Upload", setting => "TrustedCertificateFile", notify => "Service[systemd-journal-upload]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('journal-remote_TrustedCertificateFile').with(
path: '/etc/systemd/journal-upload.conf',
section: 'Upload',
setting: 'TrustedCertificateFile',
notify: 'Service[systemd-journal-upload]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[journal-remote_TrustedCertificateFile] with path set to "/etc/systemd/journal-upload.conf" but it is set to "/etc/systemd/journal-remote.conf", and parameter section set to "Upload" but it is set to "Remote", and parameter notify set to "Service[systemd-journal-upload]" but it is set to Service[systemd-journal-remote]{:name=>"systemd-journal-remote"}
Diff:
@@ -1,6 +1,6 @@
-/etc/systemd/journal-upload.conf
+/etc/systemd/journal-remote.conf
-Upload
+Remote
-Service[systemd-journal-upload]
+Service[systemd-journal-remote]
|
spec/classes/init_spec.rb#L640
systemd supported operating systems on ubuntu-22.04-x86_64 when journal-upload and journal-remote is enabled is expected to contain Ini_setting[journal-upload_ServerCertificateFile] with path => "/etc/systemd/journal-remote.conf", section => "Remote", setting => "ServerCertificateFile", notify => "Service[systemd-journal-remote]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('journal-upload_ServerCertificateFile').with(
path: '/etc/systemd/journal-remote.conf',
section: 'Remote',
setting: 'ServerCertificateFile',
notify: 'Service[systemd-journal-remote]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[journal-upload_ServerCertificateFile] with path set to "/etc/systemd/journal-remote.conf" but it is set to "/etc/systemd/journal-upload.conf", and parameter section set to "Remote" but it is set to "Upload", and parameter notify set to "Service[systemd-journal-remote]" but it is set to Service[systemd-journal-upload]{:name=>"systemd-journal-upload"}
Diff:
@@ -1,6 +1,6 @@
-/etc/systemd/journal-remote.conf
+/etc/systemd/journal-upload.conf
-Remote
+Upload
-Service[systemd-journal-remote]
+Service[systemd-journal-upload]
|
spec/classes/init_spec.rb#L630
systemd supported operating systems on sles-12-x86_64 when journal-upload and journal-remote is enabled is expected to contain Ini_setting[journal-remote_TrustedCertificateFile] with path => "/etc/systemd/journal-upload.conf", section => "Upload", setting => "TrustedCertificateFile", notify => "Service[systemd-journal-upload]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('journal-remote_TrustedCertificateFile').with(
path: '/etc/systemd/journal-upload.conf',
section: 'Upload',
setting: 'TrustedCertificateFile',
notify: 'Service[systemd-journal-upload]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[journal-remote_TrustedCertificateFile] with path set to "/etc/systemd/journal-upload.conf" but it is set to "/etc/systemd/journal-remote.conf", and parameter section set to "Upload" but it is set to "Remote", and parameter notify set to "Service[systemd-journal-upload]" but it is set to Service[systemd-journal-remote]{:name=>"systemd-journal-remote"}
Diff:
@@ -1,6 +1,6 @@
-/etc/systemd/journal-upload.conf
+/etc/systemd/journal-remote.conf
-Upload
+Remote
-Service[systemd-journal-upload]
+Service[systemd-journal-remote]
|
spec/classes/init_spec.rb#L640
systemd supported operating systems on sles-12-x86_64 when journal-upload and journal-remote is enabled is expected to contain Ini_setting[journal-upload_ServerCertificateFile] with path => "/etc/systemd/journal-remote.conf", section => "Remote", setting => "ServerCertificateFile", notify => "Service[systemd-journal-remote]" and ensure => "absent"
Failure/Error:
expect(subject).to contain_ini_setting('journal-upload_ServerCertificateFile').with(
path: '/etc/systemd/journal-remote.conf',
section: 'Remote',
setting: 'ServerCertificateFile',
notify: 'Service[systemd-journal-remote]',
ensure: 'absent'
)
expected that the catalogue would contain Ini_setting[journal-upload_ServerCertificateFile] with path set to "/etc/systemd/journal-remote.conf" but it is set to "/etc/systemd/journal-upload.conf", and parameter section set to "Remote" but it is set to "Upload", and parameter notify set to "Service[systemd-journal-remote]" but it is set to Service[systemd-journal-upload]{:name=>"systemd-journal-upload"}
Diff:
@@ -1,6 +1,6 @@
-/etc/systemd/journal-remote.conf
+/etc/systemd/journal-upload.conf
-Remote
+Upload
-Service[systemd-journal-remote]
+Service[systemd-journal-upload]
|
This job failed
Loading