Skip to content

modulesync 7.3.0 & puppet-lint adjustments #22

modulesync 7.3.0 & puppet-lint adjustments

modulesync 7.3.0 & puppet-lint adjustments #22

Triggered via pull request February 12, 2024 23:31
@zilchmszilchms
synchronize #24
modulesync
Status Failure
Total duration 1m 25s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
16s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

15 errors
Puppet / Puppet 7 - CentOS 8
Process completed with exit code 1.
Puppet / Puppet 7 - Ubuntu 18.04
Process completed with exit code 1.
Puppet / Puppet 7 - CentOS 7
Process completed with exit code 1.
Puppet / Puppet 7 - Debian 10
Process completed with exit code 1.
Puppet / Puppet 7 - OracleLinux 7
Process completed with exit code 1.
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L30
monit supported operating systems on centos-7-x86_64 is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile.with_all_deps } error during compilation: Evaluation Error: Unknown variable: 'monit::params::config_file'. (file: /home/runner/work/puppet-monit/puppet-monit/spec/fixtures/modules/monit/manifests/init.pp, line: 108, column: 72) on node fv-az1055-799.mrg2vkl14epehdn0xjtgmxanmg.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L32
monit supported operating systems on centos-7-x86_64 is expected to contain Class[monit] Failure/Error: it { is_expected.to contain_class('monit') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'monit::params::config_file'. (file: /home/runner/work/puppet-monit/puppet-monit/spec/fixtures/modules/monit/manifests/init.pp, line: 108, column: 72) on node fv-az1055-799.mrg2vkl14epehdn0xjtgmxanmg.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L34
monit supported operating systems on centos-7-x86_64 is expected to contain Package[monit] with ensure => "present" and provider defined Failure/Error: is_expected.to contain_package('monit').with('ensure' => 'present', 'provider' => nil) Puppet::PreformattedError: Evaluation Error: Unknown variable: 'monit::params::config_file'. (file: /home/runner/work/puppet-monit/puppet-monit/spec/fixtures/modules/monit/manifests/init.pp, line: 108, column: 72) on node fv-az1055-799.mrg2vkl14epehdn0xjtgmxanmg.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L39
monit supported operating systems on centos-7-x86_64 is expected to contain File[/var/lib/monit] with ensure => "directory", owner => "root", group => "root" and mode => "0755" Failure/Error: is_expected.to contain_file('/var/lib/monit').with('ensure' => 'directory', 'owner' => 'root', 'group' => 'root', 'mode' => '0755') Puppet::PreformattedError: Evaluation Error: Unknown variable: 'monit::params::config_file'. (file: /home/runner/work/puppet-monit/puppet-monit/spec/fixtures/modules/monit/manifests/init.pp, line: 108, column: 72) on node fv-az1055-799.mrg2vkl14epehdn0xjtgmxanmg.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L46
monit supported operating systems on centos-7-x86_64 is expected to contain File[monit_config_dir] with ensure => "directory", path => "/etc/monit.d", owner => "root", group => "root", mode => "0755", purge => false, recurse => false and require => "Package[monit]" Failure/Error: is_expected.to contain_file('monit_config_dir').with('ensure' => 'directory', 'path' => config_dir, 'owner' => 'root', 'group' => 'root', 'mode' => '0755', 'purge' => false, 'recurse' => false, 'require' => 'Package[monit]') Puppet::PreformattedError: Evaluation Error: Unknown variable: 'monit::params::config_file'. (file: /home/runner/work/puppet-monit/puppet-monit/spec/fixtures/modules/monit/manifests/init.pp, line: 108, column: 72) on node fv-az1055-799.mrg2vkl14epehdn0xjtgmxanmg.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L57
monit supported operating systems on centos-7-x86_64 is expected to contain File[monit_config] with ensure => "file", path => "/etc/monitrc", 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]') Puppet::PreformattedError: Evaluation Error: Unknown variable: 'monit::params::config_file'. (file: /home/runner/work/puppet-monit/puppet-monit/spec/fixtures/modules/monit/manifests/init.pp, line: 108, column: 72) on node fv-az1055-799.mrg2vkl14epehdn0xjtgmxanmg.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L72
monit supported operating systems on centos-7-x86_64 is expected to contain File[monit_config] with content supplied string Failure/Error: it { is_expected.to contain_file('monit_config').with_content(monit_config_fixture) } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'monit::params::config_file'. (file: /home/runner/work/puppet-monit/puppet-monit/spec/fixtures/modules/monit/manifests/init.pp, line: 108, column: 72) on node fv-az1055-799.mrg2vkl14epehdn0xjtgmxanmg.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L80
monit supported operating systems on centos-7-x86_64 is expected not to contain File[/etc/default/monit] Failure/Error: it { is_expected.not_to contain_file('/etc/default/monit') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'monit::params::config_file'. (file: /home/runner/work/puppet-monit/puppet-monit/spec/fixtures/modules/monit/manifests/init.pp, line: 108, column: 72) on node fv-az1055-799.mrg2vkl14epehdn0xjtgmxanmg.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L83
monit supported operating systems on centos-7-x86_64 is expected to contain Service[monit] with ensure => "running", name => "monit", enable => true, hasrestart => true, hasstatus => true and subscribe => ["File[/var/lib/monit]", "File[monit_config_dir]", "File[monit_config]"] Failure/Error: is_expected.to contain_service('monit').with('ensure' => 'running', 'name' => 'monit', 'enable' => true, 'hasrestart' => true, 'hasstatus' => service_hasstatus, 'subscribe' => [ 'File[/var/lib/monit]', 'File[monit_config_dir]', 'File[monit_config]', ]) Puppet::PreformattedError: Evaluation Error: Unknown variable: 'monit::params::config_file'. (file: /home/runner/work/puppet-monit/puppet-monit/spec/fixtures/modules/monit/manifests/init.pp, line: 108, column: 72) on node fv-az1055-799.mrg2vkl14epehdn0xjtgmxanmg.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L100
monit supported operating systems on centos-7-x86_64 parameter functionality when check_interval is set to valid integer <242> is expected to contain File[monit_config] with content =~ /^set daemon 242$/ Failure/Error: it { is_expected.to contain_file('monit_config').with_content(%r{^set daemon 242$}) } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'monit::params::config_file'. (file: /home/runner/work/puppet-monit/puppet-monit/spec/fixtures/modules/monit/manifests/init.pp, line: 108, column: 72) on node fv-az1055-799.mrg2vkl14epehdn0xjtgmxanmg.phxx.internal.cloudapp.net