modulesync 9.0.0 #192
Annotations
3 errors
spec/classes/collectd_plugin_fscache_spec.rb#L21
collectd::plugin::fscache :ensure => present Will create 10-fscache.conf
Failure/Error:
is_expected.to contain_file('fscache.load').with(
ensure: 'present',
path: '/usr/local/etc/collectd/10-fscache.conf',
content: %r{\#\ Generated by Puppet\n<LoadPlugin fscache>\n}
)
Puppet::PreformattedError:
Evaluation Error: Operator '[]' is not applicable to an Undef Value. (file: /home/runner/work/puppet-collectd/puppet-collectd/spec/fixtures/modules/collectd/manifests/params.pp, line: 38, column: 8) on node fv-az1205-832.zdluquzpesfebp2ow20ehxdj5c.ex.internal.cloudapp.net
|
spec/classes/collectd_plugin_fscache_spec.rb#L33
collectd::plugin::fscache :ensure => absent Will not create 10-fscache.conf
Failure/Error:
is_expected.to contain_file('fscache.load').with(
ensure: 'absent',
path: '/usr/local/etc/collectd/10-fscache.conf'
)
Puppet::PreformattedError:
Evaluation Error: Operator '[]' is not applicable to an Undef Value. (file: /home/runner/work/puppet-collectd/puppet-collectd/spec/fixtures/modules/collectd/manifests/params.pp, line: 38, column: 8) on node fv-az1205-832.zdluquzpesfebp2ow20ehxdj5c.ex.internal.cloudapp.net
|
|
This job failed
Loading