Gemfile: Add Ruby 3.4 support & update gems #1493
ci.yml
on: pull_request
Puppet
/
Static validations
17s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
4s
Annotations
11 errors and 16 warnings
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L63
puppet on centos-9-x86_64 with no custom parameters is expected to contain Package[puppet-agent] with ensure => "present", provider defined, source defined and install_options defined
Failure/Error:
is_expected.to contain_package(client_package)
.with_ensure('present')
.with_provider(package_provider)
.with_source(nil)
.with_install_options(nil)
expected that the catalogue would contain Package[puppet-agent]
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L53
puppet on centos-9-x86_64 with no custom parameters is expected to contain Class[puppet::agent::install] that notifies Class[puppet::agent::config] and Class[puppet::agent::service]
Failure/Error:
is_expected.to contain_class('puppet::agent::install')
.with_manage_packages(true)
.with_package_name([client_package])
.with_package_version('present')
.with_package_provider(package_provider)
.with_package_source(nil)
.that_notifies(['Class[puppet::agent::config]', 'Class[puppet::agent::service]'])
expected that the catalogue would contain Class[puppet::agent::install] with package_name set to ["puppet-agent"] but it is set to ["openvox-agent"]
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L157
puppet on redhat-9-x86_64 manage_packages when manage_packages => 'agent' is expected to contain Package[puppet-agent]
Failure/Error: it { is_expected.to contain_package(client_package) }
expected that the catalogue would contain Package[puppet-agent]
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L63
puppet on redhat-9-x86_64 with no custom parameters is expected to contain Package[puppet-agent] with ensure => "present", provider defined, source defined and install_options defined
Failure/Error:
is_expected.to contain_package(client_package)
.with_ensure('present')
.with_provider(package_provider)
.with_source(nil)
.with_install_options(nil)
expected that the catalogue would contain Package[puppet-agent]
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L53
puppet on redhat-9-x86_64 with no custom parameters is expected to contain Class[puppet::agent::install] that notifies Class[puppet::agent::config] and Class[puppet::agent::service]
Failure/Error:
is_expected.to contain_class('puppet::agent::install')
.with_manage_packages(true)
.with_package_name([client_package])
.with_package_version('present')
.with_package_provider(package_provider)
.with_package_source(nil)
.that_notifies(['Class[puppet::agent::config]', 'Class[puppet::agent::service]'])
expected that the catalogue would contain Class[puppet::agent::install] with package_name set to ["puppet-agent"] but it is set to ["openvox-agent"]
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L192
puppet on redhat-8-x86_64 manage_packages when manage_packages => "server" is expected to contain Package[puppetserver]
Failure/Error: it { should contain_package(puppetserver_pkg) }
expected that the catalogue would contain Package[puppetserver]
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L157
puppet on redhat-8-x86_64 manage_packages when manage_packages => 'agent' is expected to contain Package[puppet-agent]
Failure/Error: it { is_expected.to contain_package(client_package) }
expected that the catalogue would contain Package[puppet-agent]
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L55
puppet on redhat-8-x86_64 with no custom parameters is expected to contain Package[puppetserver] with install_options defined
Failure/Error: it { should contain_package(puppetserver_pkg).with_install_options(nil) }
expected that the catalogue would contain Package[puppetserver]
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L63
puppet on redhat-8-x86_64 with no custom parameters is expected to contain Package[puppet-agent] with ensure => "present", provider defined, source defined and install_options defined
Failure/Error:
is_expected.to contain_package(client_package)
.with_ensure('present')
.with_provider(package_provider)
.with_source(nil)
.with_install_options(nil)
expected that the catalogue would contain Package[puppet-agent]
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_agent_spec.rb#L53
puppet on redhat-8-x86_64 with no custom parameters is expected to contain Class[puppet::agent::install] that notifies Class[puppet::agent::config] and Class[puppet::agent::service]
Failure/Error:
is_expected.to contain_class('puppet::agent::install')
.with_manage_packages(true)
.with_package_name([client_package])
.with_package_version('present')
.with_package_provider(package_provider)
.with_package_source(nil)
.that_notifies(['Class[puppet::agent::config]', 'Class[puppet::agent::service]'])
expected that the catalogue would contain Class[puppet::agent::install] with package_name set to ["puppet-agent"] but it is set to ["openvox-agent"]
|
|
Puppet / Test suite
Process completed with exit code 1.
|
|
Puppet / Static validations:
metadata.json#L0
Skipping EOL operating system SLES 12
|
|
Puppet / Static validations:
metadata.json#L0
Skipping EOL operating system FreeBSD 12
|
|
Puppet / Static validations:
metadata.json#L0
Skipping EOL operating system FreeBSD 11
|
|
Puppet / Static validations:
metadata.json#L0
Skipping EOL operating system Ubuntu 20.04
|
|
Puppet / Static validations:
metadata.json#L0
Skipping EOL operating system Fedora 36
|
|
Puppet / Static validations:
metadata.json#L0
Skipping EOL operating system CentOS 8
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L484
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#L484
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#L484
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#L484
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 / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L484
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#L484
puppet on almalinux-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#L484
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 / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L484
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#L484
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 / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L484
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]
|