Fix monit version fact #152
ci.yml
on: pull_request
Puppet
/
Static validations
1m 2s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
4s
Annotations
3 errors and 5 warnings
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/init_spec.rb#L57
monit supported operating systems on amazon-2023-x86_64 is expected to contain File[monit_config] with ensure => "file", path => "/etc/monit.conf", owner => "root", group => "root", mode => "0600" and require => "Package[monit]"
Failure/Error:
is_expected.to contain_file('monit_config').with('ensure' => 'file',
'path' => config_file,
'owner' => 'root',
'group' => 'root',
'mode' => '0600',
'require' => 'Package[monit]')
expected that the catalogue would contain File[monit_config] with path set to "/etc/monit.conf" but it is set to "/etc/monitrc"
|
|
Puppet / Test suite
Process completed with exit code 1.
|
|
Puppet / Static validations:
metadata.json#L0
Skipping EOL operating system Scientific 7
|
|
Puppet / Static validations:
metadata.json#L0
Skipping EOL operating system CentOS 8
|
|
Puppet / Static validations:
metadata.json#L0
Skipping EOL operating system CentOS 7
|
|
Puppet / Static validations:
metadata.json#L0
Skipping EOL operating system RedHat 7
|
|
Puppet / Static validations:
metadata.json#L0
Skipping EOL operating system Ubuntu 20.04
|