Skip to content

remove legacy facts #85

remove legacy facts

remove legacy facts #85

Triggered via pull request February 15, 2024 10:18
Status Failure
Total duration 2m 21s
Artifacts

ci.yml

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

Annotations

10 errors
Puppet / 7 (Ruby 2.7): spec/defines/check_spec.rb#L19
monit::check on centos-7-x86_64 with default values for parameters is expected to contain File[/etc/monit/conf.d/test] with ensure => "present", owner => "root", group => "root", mode => "0644", source defined, content defined, notify => "Service[monit]" and require => "Package[monit]" Failure/Error: is_expected.to contain_file('/etc/monit/conf.d/test').with('ensure' => 'present', 'owner' => 'root', 'group' => 'root', 'mode' => '0644', 'source' => nil, 'content' => nil, 'notify' => 'Service[monit]', 'require' => 'Package[monit]') expected that the catalogue would contain File[/etc/monit/conf.d/test]
Puppet / 7 (Ruby 2.7): spec/defines/check_spec.rb#L39
monit::check on centos-7-x86_64 with ensure set to valid <absent> is expected to contain File[/etc/monit/conf.d/test] with ensure => "absent", owner => "root", group => "root", mode => "0644", source defined, content defined, notify => "Service[monit]" and require => "Package[monit]" Failure/Error: is_expected.to contain_file('/etc/monit/conf.d/test').with('ensure' => value, 'owner' => 'root', 'group' => 'root', 'mode' => '0644', 'source' => nil, 'content' => nil, 'notify' => 'Service[monit]', 'require' => 'Package[monit]') expected that the catalogue would contain File[/etc/monit/conf.d/test]
Puppet / 7 (Ruby 2.7): spec/defines/check_spec.rb#L39
monit::check on centos-7-x86_64 with ensure set to valid <present> is expected to contain File[/etc/monit/conf.d/test] with ensure => "present", owner => "root", group => "root", mode => "0644", source defined, content defined, notify => "Service[monit]" and require => "Package[monit]" Failure/Error: is_expected.to contain_file('/etc/monit/conf.d/test').with('ensure' => value, 'owner' => 'root', 'group' => 'root', 'mode' => '0644', 'source' => nil, 'content' => nil, 'notify' => 'Service[monit]', 'require' => 'Package[monit]') expected that the catalogue would contain File[/etc/monit/conf.d/test]
Puppet / 7 (Ruby 2.7): spec/defines/check_spec.rb#L66
monit::check on centos-7-x86_64 with content set to a valid value is expected to contain File[/etc/monit/conf.d/test] with ensure => "present", owner => "root", group => "root", mode => "0644", source defined, content supplied string, notify => "Service[monit]" and require => "Package[monit]" Failure/Error: is_expected.to contain_file('/etc/monit/conf.d/test').with('ensure' => 'present', 'owner' => 'root', 'group' => 'root', 'mode' => '0644', 'source' => nil, 'content' => content, 'notify' => 'Service[monit]', 'require' => 'Package[monit]') expected that the catalogue would contain File[/etc/monit/conf.d/test]
Puppet / 7 (Ruby 2.7): spec/defines/check_spec.rb#L85
monit::check on centos-7-x86_64 with source set to a valid value is expected to contain File[/etc/monit/conf.d/test] with ensure => "present", owner => "root", group => "root", mode => "0644", source => "puppet:///modules/monit/ntp", content defined, notify => "Service[monit]" and require => "Package[monit]" Failure/Error: is_expected.to contain_file('/etc/monit/conf.d/test').with('ensure' => 'present', 'owner' => 'root', 'group' => 'root', 'mode' => '0644', 'source' => 'puppet:///modules/monit/ntp', 'content' => nil, 'notify' => 'Service[monit]', 'require' => 'Package[monit]') expected that the catalogue would contain File[/etc/monit/conf.d/test]
Puppet / 7 (Ruby 2.7): spec/defines/check_spec.rb#L19
monit::check on centos-8-x86_64 with default values for parameters is expected to contain File[/etc/monit/conf.d/test] with ensure => "present", owner => "root", group => "root", mode => "0644", source defined, content defined, notify => "Service[monit]" and require => "Package[monit]" Failure/Error: is_expected.to contain_file('/etc/monit/conf.d/test').with('ensure' => 'present', 'owner' => 'root', 'group' => 'root', 'mode' => '0644', 'source' => nil, 'content' => nil, 'notify' => 'Service[monit]', 'require' => 'Package[monit]') expected that the catalogue would contain File[/etc/monit/conf.d/test]
Puppet / 7 (Ruby 2.7): spec/defines/check_spec.rb#L39
monit::check on centos-8-x86_64 with ensure set to valid <absent> is expected to contain File[/etc/monit/conf.d/test] with ensure => "absent", owner => "root", group => "root", mode => "0644", source defined, content defined, notify => "Service[monit]" and require => "Package[monit]" Failure/Error: is_expected.to contain_file('/etc/monit/conf.d/test').with('ensure' => value, 'owner' => 'root', 'group' => 'root', 'mode' => '0644', 'source' => nil, 'content' => nil, 'notify' => 'Service[monit]', 'require' => 'Package[monit]') expected that the catalogue would contain File[/etc/monit/conf.d/test]
Puppet / 7 (Ruby 2.7): spec/defines/check_spec.rb#L39
monit::check on centos-8-x86_64 with ensure set to valid <present> is expected to contain File[/etc/monit/conf.d/test] with ensure => "present", owner => "root", group => "root", mode => "0644", source defined, content defined, notify => "Service[monit]" and require => "Package[monit]" Failure/Error: is_expected.to contain_file('/etc/monit/conf.d/test').with('ensure' => value, 'owner' => 'root', 'group' => 'root', 'mode' => '0644', 'source' => nil, 'content' => nil, 'notify' => 'Service[monit]', 'require' => 'Package[monit]') expected that the catalogue would contain File[/etc/monit/conf.d/test]
Puppet / 7 (Ruby 2.7): spec/defines/check_spec.rb#L66
monit::check on centos-8-x86_64 with content set to a valid value is expected to contain File[/etc/monit/conf.d/test] with ensure => "present", owner => "root", group => "root", mode => "0644", source defined, content supplied string, notify => "Service[monit]" and require => "Package[monit]" Failure/Error: is_expected.to contain_file('/etc/monit/conf.d/test').with('ensure' => 'present', 'owner' => 'root', 'group' => 'root', 'mode' => '0644', 'source' => nil, 'content' => content, 'notify' => 'Service[monit]', 'require' => 'Package[monit]') expected that the catalogue would contain File[/etc/monit/conf.d/test]
Puppet / 7 (Ruby 2.7): spec/defines/check_spec.rb#L85
monit::check on centos-8-x86_64 with source set to a valid value is expected to contain File[/etc/monit/conf.d/test] with ensure => "present", owner => "root", group => "root", mode => "0644", source => "puppet:///modules/monit/ntp", content defined, notify => "Service[monit]" and require => "Package[monit]" Failure/Error: is_expected.to contain_file('/etc/monit/conf.d/test').with('ensure' => 'present', 'owner' => 'root', 'group' => 'root', 'mode' => '0644', 'source' => 'puppet:///modules/monit/ntp', 'content' => nil, 'notify' => 'Service[monit]', 'require' => 'Package[monit]') expected that the catalogue would contain File[/etc/monit/conf.d/test]