Add FreeBSD Support gt 12.3 and 13.1. #89
Annotations
4 errors
Run tests:
spec/classes/nrpe_install_spec.rb#L23
nrpe::install on freebsd-13-amd64 by default is expected to contain Package[nrpe3] with ensure => "installed"
Failure/Error: it { is_expected.to contain_package('nrpe3').with_ensure('installed') }
expected that the catalogue would contain Package[nrpe3]
|
Run tests:
spec/defines/command_spec.rb#L36
nrpe::command on freebsd-13-amd64 is expected to contain File[/usr/local/etc/nrpe.d/check_users.cfg] that requires Package[nrpe3]
Failure/Error:
is_expected.to contain_file('/usr/local/etc/nrpe.d/check_users.cfg').with(
'mode' => '0644'
).that_requires(['Package[nrpe3]'])
expected that the catalogue would contain File[/usr/local/etc/nrpe.d/check_users.cfg] with that requires Package[nrpe3]
|
Run tests:
spec/defines/plugin_spec.rb#L28
nrpe::plugin on freebsd-13-amd64 is expected to contain File[/usr/local/libexec/nagios/check_users] that requires Package[nrpe3]
Failure/Error: it { is_expected.to contain_file('/usr/local/libexec/nagios/check_users').that_requires('Package[nrpe3]') }
expected that the catalogue would contain File[/usr/local/libexec/nagios/check_users] with that requires Package[nrpe3]
|
Run tests
Process completed with exit code 1.
|
Loading