modulesync 9.1.0 #90
Annotations
10 errors
spec/classes/nrpe_install_spec.rb#L26
nrpe::install on debian-11-x86_64 by default is expected to contain Package[nrpe] with ensure => "installed"
Failure/Error: it { is_expected.to contain_package('nrpe').with_ensure('installed') }
expected that the catalogue would contain Package[nrpe]
|
spec/classes/nrpe_install_spec.rb#L27
nrpe::install on debian-11-x86_64 by default is expected to contain Package[nagios-plugins-all] with ensure => "installed"
Failure/Error: it { is_expected.to contain_package('nagios-plugins-all').with_ensure('installed') }
expected that the catalogue would contain Package[nagios-plugins-all]
|
spec/classes/nrpe_install_spec.rb#L26
nrpe::install on ubuntu-18.04-x86_64 by default is expected to contain Package[nrpe] with ensure => "installed"
Failure/Error: it { is_expected.to contain_package('nrpe').with_ensure('installed') }
expected that the catalogue would contain Package[nrpe]
|
spec/classes/nrpe_install_spec.rb#L27
nrpe::install on ubuntu-18.04-x86_64 by default is expected to contain Package[nagios-plugins-all] with ensure => "installed"
Failure/Error: it { is_expected.to contain_package('nagios-plugins-all').with_ensure('installed') }
expected that the catalogue would contain Package[nagios-plugins-all]
|
spec/classes/nrpe_install_spec.rb#L26
nrpe::install on ubuntu-20.04-x86_64 by default is expected to contain Package[nrpe] with ensure => "installed"
Failure/Error: it { is_expected.to contain_package('nrpe').with_ensure('installed') }
expected that the catalogue would contain Package[nrpe]
|
spec/classes/nrpe_install_spec.rb#L27
nrpe::install on ubuntu-20.04-x86_64 by default is expected to contain Package[nagios-plugins-all] with ensure => "installed"
Failure/Error: it { is_expected.to contain_package('nagios-plugins-all').with_ensure('installed') }
expected that the catalogue would contain Package[nagios-plugins-all]
|
spec/classes/nrpe_config_spec.rb#L50
nrpe::config on debian-11-x86_64 when supplementary_groups set is expected to contain User[nrpe] with groups => ["foo", "bar"]
Failure/Error: it { is_expected.to contain_user('nrpe').with_groups(%w[foo bar]) }
expected that the catalogue would contain User[nrpe]
|
spec/classes/nrpe_install_spec.rb#L26
nrpe::install on freebsd-12-amd64 by default is expected to contain Package[nrpe] with ensure => "installed"
Failure/Error: it { is_expected.to contain_package('nrpe').with_ensure('installed') }
expected that the catalogue would contain Package[nrpe]
|
spec/classes/nrpe_install_spec.rb#L27
nrpe::install on freebsd-12-amd64 by default is expected to contain Package[nagios-plugins-all] with ensure => "installed"
Failure/Error: it { is_expected.to contain_package('nagios-plugins-all').with_ensure('installed') }
expected that the catalogue would contain Package[nagios-plugins-all]
|
spec/classes/nrpe_spec.rb#L103
nrpe on oraclelinux-7-x86_64 when manage_group is true is expected to contain Group[nagios]
Failure/Error: it { is_expected.to contain_group('nagios') }
expected that the catalogue would contain Group[nagios]
|
This job failed
Loading