Gemfile: Add Ruby 3.4 support & update gems #1492
Annotations
13 errors and 2 warnings
|
|
|
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]
|
|
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"]
|
|
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]
|
|
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]
|
|
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"]
|
|
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]
|
|
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]
|
|
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]
|
|
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]
|
|
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"]
|
|
|
|
|
|
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]
|
|
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]
|
The logs for this run have expired and are no longer available.
Loading