install Zabbix 6.0 by default everywhere but EL7 #566
Annotations
10 errors
spec/classes/agent_spec.rb#L107
zabbix::agent on centos-7-x86_64 when declaring manage_repo is true is expected to contain Class[zabbix::repo] with zabbix_version => "5.0"
Failure/Error: it { is_expected.to contain_class('zabbix::repo').with_zabbix_version(zabbix_version) }
expected that the catalogue would contain Class[zabbix::repo] with zabbix_version set to "5.0" but it is set to "6.0"
|
spec/classes/agent_spec.rb#L103
zabbix::agent on ubuntu-20.04-x86_64 when declaring manage_repo is true is expected to contain Class[zabbix::repo] with zabbix_version => "5.0"
Failure/Error: it { is_expected.to contain_class('zabbix::repo').with_zabbix_version(zabbix_version) }
expected that the catalogue would contain Class[zabbix::repo] with zabbix_version set to "5.0" but it is set to "6.0"
|
spec/classes/agent_spec.rb#L107
zabbix::agent on centos-8-x86_64 when declaring manage_repo is true is expected to contain Class[zabbix::repo] with zabbix_version => "5.0"
Failure/Error: it { is_expected.to contain_class('zabbix::repo').with_zabbix_version(zabbix_version) }
expected that the catalogue would contain Class[zabbix::repo] with zabbix_version set to "5.0" but it is set to "6.0"
|
spec/classes/agent_spec.rb#L103
zabbix::agent on debian-11-x86_64 when declaring manage_repo is true is expected to contain Class[zabbix::repo] with zabbix_version => "5.0"
Failure/Error: it { is_expected.to contain_class('zabbix::repo').with_zabbix_version(zabbix_version) }
expected that the catalogue would contain Class[zabbix::repo] with zabbix_version set to "5.0" but it is set to "6.0"
|
spec/classes/sender_spec.rb#L37
zabbix::sender on centos-7-x86_64 when declaring manage_repo is true is expected to contain Class[zabbix::repo] with zabbix_version => "5.0"
Failure/Error: it { is_expected.to contain_class('zabbix::repo').with_zabbix_version('5.0') }
expected that the catalogue would contain Class[zabbix::repo] with zabbix_version set to "5.0" but it is set to "6.0"
|
spec/classes/sender_spec.rb#L37
zabbix::sender on ubuntu-20.04-x86_64 when declaring manage_repo is true is expected to contain Class[zabbix::repo] with zabbix_version => "5.0"
Failure/Error: it { is_expected.to contain_class('zabbix::repo').with_zabbix_version('5.0') }
expected that the catalogue would contain Class[zabbix::repo] with zabbix_version set to "5.0" but it is set to "6.0"
|
spec/classes/sender_spec.rb#L37
zabbix::sender on centos-8-x86_64 when declaring manage_repo is true is expected to contain Class[zabbix::repo] with zabbix_version => "5.0"
Failure/Error: it { is_expected.to contain_class('zabbix::repo').with_zabbix_version('5.0') }
expected that the catalogue would contain Class[zabbix::repo] with zabbix_version set to "5.0" but it is set to "6.0"
|
spec/classes/sender_spec.rb#L37
zabbix::sender on debian-11-x86_64 when declaring manage_repo is true is expected to contain Class[zabbix::repo] with zabbix_version => "5.0"
Failure/Error: it { is_expected.to contain_class('zabbix::repo').with_zabbix_version('5.0') }
expected that the catalogue would contain Class[zabbix::repo] with zabbix_version set to "5.0" but it is set to "6.0"
|
spec/classes/server_spec.rb#L85
zabbix::server on centos-7-x86_64 is expected to contain File[/etc/zabbix/zabbix_server.conf.d] with ensure => "directory"
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/zabbix_server.conf.d').with_ensure('directory') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, RedHat 7 is not supported for zabbix::server (version 6.0) (yet) (file: /home/runner/work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/server.pp, line: 280, column: 7) on node rspec.puppet.com
|
spec/classes/server_spec.rb#L86
zabbix::server on centos-7-x86_64 is expected to contain File[/etc/zabbix/zabbix_server.conf.d] with require => "File[/etc/zabbix/zabbix_server.conf]"
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/zabbix_server.conf.d').with_require('File[/etc/zabbix/zabbix_server.conf]') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, RedHat 7 is not supported for zabbix::server (version 6.0) (yet) (file: /home/runner/work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/server.pp, line: 280, column: 7) on node rspec.puppet.com
|
The logs for this run have expired and are no longer available.
Loading