modulesync 9.1.0 #88
ci.yml
on: pull_request
Puppet
/
Static validations
27s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
20 errors and 5 warnings
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
spec/classes/nrpe_install_spec.rb#L26
nrpe::install on freebsd-13-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]
|
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
|