Add FreeBSD Support gt 12.3 and 13.1. #89
ci.yml
on: pull_request
Puppet
/
Static validations
30s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
8 errors and 5 warnings
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system RedHat 7
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 7
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system Debian 10
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system Ubuntu 18.04
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system FreeBSD 12
|