Drop support for RHEL 7, CentOS 7/8, Fedora 38/39, VirtuozzoLinux 7 #822
Annotations
8 errors
Run tests:
spec/classes/init_spec.rb#L354
systemd supported operating systems on ubuntu-24.04-x86_64 when enabling timesyncd is expected to contain Package[systemd-timesyncd]
Failure/Error: it { is_expected.to contain_package('systemd-timesyncd') }
expected that the catalogue would contain Package[systemd-timesyncd]
|
Run tests:
spec/classes/init_spec.rb#L522
systemd supported operating systems on ubuntu-24.04-x86_64 when managing Accounting options is expected to contain Ini_setting[system/DefaultCPUAccounting]
Failure/Error: it { is_expected.to contain_ini_setting("system/#{account}") }
expected that the catalogue would contain Ini_setting[system/DefaultCPUAccounting]
|
Run tests:
spec/classes/init_spec.rb#L522
systemd supported operating systems on ubuntu-24.04-x86_64 when managing Accounting options is expected to contain Ini_setting[system/DefaultBlockIOAccounting]
Failure/Error: it { is_expected.to contain_ini_setting("system/#{account}") }
expected that the catalogue would contain Ini_setting[system/DefaultBlockIOAccounting]
|
Run tests:
spec/classes/init_spec.rb#L522
systemd supported operating systems on ubuntu-24.04-x86_64 when managing Accounting options is expected to contain Ini_setting[system/DefaultMemoryAccounting]
Failure/Error: it { is_expected.to contain_ini_setting("system/#{account}") }
expected that the catalogue would contain Ini_setting[system/DefaultMemoryAccounting]
|
Run tests:
spec/classes/init_spec.rb#L541
systemd supported operating systems on ubuntu-24.04-x86_64 when managing Accounting options when both manage_accounting and manage_system_conf are enabled is expected to contain Ini_setting[system/DefaultCPUAccounting] with ensure => "present" and value => "yes"
Failure/Error: it { is_expected.to contain_ini_setting('system/DefaultCPUAccounting').with_ensure('present').with_value('yes') }
expected that the catalogue would contain Ini_setting[system/DefaultCPUAccounting] with value set to "yes" but it is set to true
|
Run tests:
spec/classes/init_spec.rb#L543
systemd supported operating systems on ubuntu-24.04-x86_64 when managing Accounting options when both manage_accounting and manage_system_conf are enabled is expected to contain Ini_setting[system/DefaultMemoryAccounting] with ensure => "present" and value => "yes"
Failure/Error: it { is_expected.to contain_ini_setting('system/DefaultMemoryAccounting').with_ensure('present').with_value('yes') }
expected that the catalogue would contain Ini_setting[system/DefaultMemoryAccounting] with ensure set to "present" but it is set to "absent", and parameter value set to "yes" but it is set to nil
Diff:
@@ -1,4 +1,2 @@
-present
-
-yes
+absent
|
Run tests:
spec/classes/init_spec.rb#L545
systemd supported operating systems on ubuntu-24.04-x86_64 when managing Accounting options when both manage_accounting and manage_system_conf are enabled is expected to contain Ini_setting[system/DefaultBlockIOAccounting] with ensure => "present" and value => "yes"
Failure/Error: it { is_expected.to contain_ini_setting('system/DefaultBlockIOAccounting').with_ensure('present').with_value('yes') }
expected that the catalogue would contain Ini_setting[system/DefaultBlockIOAccounting]
|
Run tests
Process completed with exit code 1.
|
Loading