modulesync 9.1.0 #88
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_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_config_ssl_spec.rb#L30
nrpe::config::ssl on freebsd-12-amd64 when ssl is being used is expected to contain File[/etc/nagios/nrpe-ssl] with ensure => "directory"
Failure/Error: it { is_expected.to contain_file('/etc/nagios/nrpe-ssl').with_ensure('directory') }
expected that the catalogue would contain File[/etc/nagios/nrpe-ssl]
|
spec/classes/nrpe_config_ssl_spec.rb#L31
nrpe::config::ssl on freebsd-12-amd64 when ssl is being used is expected to contain File[/etc/nagios/nrpe-ssl/ca-cert.pem] with ensure => "file" and content supplied string
Failure/Error: it { is_expected.to contain_file('/etc/nagios/nrpe-ssl/ca-cert.pem').with_ensure('file').with_content('ca cert file content') }
expected that the catalogue would contain File[/etc/nagios/nrpe-ssl/ca-cert.pem]
|
This job failed
Loading