Drop Ubuntu 16.04 and 18.04 support #176
ci.yml
on: pull_request
Puppet
/
Static validations
23s
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
4 errors
Puppet / 8 (Ruby 3.2):
spec/classes/director_spec.rb#L17
bareos::director on amazon-2-x86_64 with default values for all parameters is expected to contain Service[bareos-dir] with hasrestart => false and restart => "systemctl reload bareos-dir"
Failure/Error:
expect(subject).to contain_service('bareos-dir').with(
'hasrestart' => false,
'restart' => 'systemctl reload bareos-dir'
)
expected that the catalogue would contain Service[bareos-dir] with restart set to "systemctl reload bareos-dir" but it is set to "service bareos-dir relaod"
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/classes/director_spec.rb#L17
bareos::director on amazon-2-x86_64 with default values for all parameters is expected to contain Service[bareos-dir] with hasrestart => false and restart => "systemctl reload bareos-dir"
Failure/Error:
expect(subject).to contain_service('bareos-dir').with(
'hasrestart' => false,
'restart' => 'systemctl reload bareos-dir'
)
expected that the catalogue would contain Service[bareos-dir] with restart set to "systemctl reload bareos-dir" but it is set to "service bareos-dir relaod"
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|