Add support for OracleLinux/AlmaLinux/Rocky 9 #1229
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Puppet
/
Static validations
26s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
20 errors and 20 warnings
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L109
puppet on almalinux-9-x86_64 with no custom parameters is expected not to contain Service[puppet-run.timer]
Failure/Error: it { is_expected.not_to contain_service('puppet-run.timer') }
expected that the catalogue would not contain Service[puppet-run.timer]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L110
puppet on almalinux-9-x86_64 with no custom parameters is expected not to contain File[/etc/systemd/system/puppet-run.timer]
Failure/Error: it { is_expected.not_to contain_file('/etc/systemd/system/puppet-run.timer') }
expected that the catalogue would not contain File[/etc/systemd/system/puppet-run.timer]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L111
puppet on almalinux-9-x86_64 with no custom parameters is expected not to contain File[/etc/systemd/system/puppet-run.service]
Failure/Error: it { is_expected.not_to contain_file('/etc/systemd/system/puppet-run.service') }
expected that the catalogue would not contain File[/etc/systemd/system/puppet-run.service]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L200
puppet on almalinux-9-x86_64 runmode when runmode => cron is expected not to contain Service[puppet-run.timer]
Failure/Error: it { is_expected.not_to contain_service('puppet-run.timer') }
expected that the catalogue would not contain Service[puppet-run.timer]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L246
puppet on almalinux-9-x86_64 runmode when runmode => cron with specified time is expected not to contain Service[puppet-run.timer]
Failure/Error: it { is_expected.not_to contain_service('puppet-run.timer') }
expected that the catalogue would not contain Service[puppet-run.timer]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L293
puppet on almalinux-9-x86_64 runmode when runmode => systemd.timer is expected to raise Puppet::Error with message matching /Runmode of systemd.timer not supported on Linux operating systems!/
Failure/Error: it { is_expected.to raise_error(Puppet::Error, /Runmode of systemd.timer not supported on #{facts[:kernel]} operating systems!/) }
expected Puppet::Error with message matching /Runmode of systemd.timer not supported on Linux operating systems!/ but nothing was raised
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L336
puppet on almalinux-9-x86_64 runmode when runmode => systemd.timer with configured time is expected to raise Puppet::Error with message matching /Runmode of systemd.timer not supported on Linux operating systems!/
Failure/Error: it { is_expected.to raise_error(Puppet::Error, /Runmode of systemd.timer not supported on #{facts[:kernel]} operating systems!/) }
expected Puppet::Error with message matching /Runmode of systemd.timer not supported on Linux operating systems!/ but nothing was raised
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L357
puppet on almalinux-9-x86_64 runmode when runmode => none is expected not to contain Service[puppet-run.timer]
Failure/Error: it { is_expected.not_to contain_service('puppet-run.timer') }
expected that the catalogue would not contain Service[puppet-run.timer]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L109
puppet on oraclelinux-9-x86_64 with no custom parameters is expected not to contain Service[puppet-run.timer]
Failure/Error: it { is_expected.not_to contain_service('puppet-run.timer') }
expected that the catalogue would not contain Service[puppet-run.timer]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L110
puppet on oraclelinux-9-x86_64 with no custom parameters is expected not to contain File[/etc/systemd/system/puppet-run.timer]
Failure/Error: it { is_expected.not_to contain_file('/etc/systemd/system/puppet-run.timer') }
expected that the catalogue would not contain File[/etc/systemd/system/puppet-run.timer]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_agent_spec.rb#L109
puppet on rocky-9-x86_64 with no custom parameters is expected not to contain Service[puppet-run.timer]
Failure/Error: it { is_expected.not_to contain_service('puppet-run.timer') }
expected that the catalogue would not contain Service[puppet-run.timer]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_agent_spec.rb#L110
puppet on rocky-9-x86_64 with no custom parameters is expected not to contain File[/etc/systemd/system/puppet-run.timer]
Failure/Error: it { is_expected.not_to contain_file('/etc/systemd/system/puppet-run.timer') }
expected that the catalogue would not contain File[/etc/systemd/system/puppet-run.timer]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_agent_spec.rb#L111
puppet on rocky-9-x86_64 with no custom parameters is expected not to contain File[/etc/systemd/system/puppet-run.service]
Failure/Error: it { is_expected.not_to contain_file('/etc/systemd/system/puppet-run.service') }
expected that the catalogue would not contain File[/etc/systemd/system/puppet-run.service]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_agent_spec.rb#L200
puppet on rocky-9-x86_64 runmode when runmode => cron is expected not to contain Service[puppet-run.timer]
Failure/Error: it { is_expected.not_to contain_service('puppet-run.timer') }
expected that the catalogue would not contain Service[puppet-run.timer]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_agent_spec.rb#L246
puppet on rocky-9-x86_64 runmode when runmode => cron with specified time is expected not to contain Service[puppet-run.timer]
Failure/Error: it { is_expected.not_to contain_service('puppet-run.timer') }
expected that the catalogue would not contain Service[puppet-run.timer]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_agent_spec.rb#L293
puppet on rocky-9-x86_64 runmode when runmode => systemd.timer is expected to raise Puppet::Error with message matching /Runmode of systemd.timer not supported on Linux operating systems!/
Failure/Error: it { is_expected.to raise_error(Puppet::Error, /Runmode of systemd.timer not supported on #{facts[:kernel]} operating systems!/) }
expected Puppet::Error with message matching /Runmode of systemd.timer not supported on Linux operating systems!/ but nothing was raised
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_agent_spec.rb#L336
puppet on rocky-9-x86_64 runmode when runmode => systemd.timer with configured time is expected to raise Puppet::Error with message matching /Runmode of systemd.timer not supported on Linux operating systems!/
Failure/Error: it { is_expected.to raise_error(Puppet::Error, /Runmode of systemd.timer not supported on #{facts[:kernel]} operating systems!/) }
expected Puppet::Error with message matching /Runmode of systemd.timer not supported on Linux operating systems!/ but nothing was raised
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_agent_spec.rb#L357
puppet on rocky-9-x86_64 runmode when runmode => none is expected not to contain Service[puppet-run.timer]
Failure/Error: it { is_expected.not_to contain_service('puppet-run.timer') }
expected that the catalogue would not contain Service[puppet-run.timer]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_agent_spec.rb#L109
puppet on oraclelinux-9-x86_64 with no custom parameters is expected not to contain Service[puppet-run.timer]
Failure/Error: it { is_expected.not_to contain_service('puppet-run.timer') }
expected that the catalogue would not contain Service[puppet-run.timer]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_agent_spec.rb#L110
puppet on oraclelinux-9-x86_64 with no custom parameters is expected not to contain File[/etc/systemd/system/puppet-run.timer]
Failure/Error: it { is_expected.not_to contain_file('/etc/systemd/system/puppet-run.timer') }
expected that the catalogue would not contain File[/etc/systemd/system/puppet-run.timer]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on almalinux-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on centos-7-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on centos-8-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on centos-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on debian-11-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on debian-12-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on fedora-36-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on freebsd-11-amd64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on freebsd-12-amd64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on oraclelinux-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on centos-7-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on debian-12-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on ubuntu-20.04-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on centos-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on rocky-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on centos-8-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on fedora-36-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on redhat-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on freebsd-12-amd64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on redhat-8-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
expected that the catalogue would not contain File[/etc/custom/puppetlabs/puppet/ssl/crl.pem]
|