Support hourly logrotate directory on EL9 again. #95
ci.yml
on: pull_request
Puppet
/
Static validations
23s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
4 errors
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/class_spec.rb#L8
logrotate class default parameters works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121630703.pp.NiPntd
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Resource type not found: Systemd::Unit_file (file: /etc/puppetlabs/code/environments/production/modules/logrotate/manifests/hourly.pp, line: 48, column: 24) on node centos9-64-puppet8.example.com
|
Puppet / Puppet 8 - CentOS 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L8
logrotate class default parameters works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121644961.pp.5R3P00
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Resource type not found: Systemd::Unit_file (file: /etc/puppetlabs/code/environments/production/modules/logrotate/manifests/hourly.pp, line: 48, column: 24) on node centos9-64-puppet7.example.com
|
Puppet / Puppet 7 - CentOS 9
Process completed with exit code 1.
|