Remove data for EoL operating systems #67
Annotations
3 errors
spec/classes/nfs_spec.rb#L567
nfs Debian_10 when server_enabled => true, client_enabled => false when nfs_v4 => true Debian_10 is expected to contain Service[nfs-idmapd] with ensure => "running" and subscribe => ["Concat[/etc/exports]", "Augeas[/etc/idmapd.conf]"]
Failure/Error: it { is_expected.to contain_service(server_servicehelper).with('ensure' => 'running').with_subscribe(['Concat[/etc/exports]', 'Augeas[/etc/idmapd.conf]']) }
expected that the catalogue would contain Service[nfs-idmapd]
|
spec/classes/nfs_spec.rb#L637
nfs Debian_10 when server_enabled => true, client_enabled => true when nfs_v4 => true, nfs_v4_client => true Debian_10 is expected to contain Service[nfs-idmapd] with ensure => "running" and subscribe => ["Concat[/etc/exports]", "Augeas[/etc/idmapd.conf]"]
Failure/Error: it { is_expected.to contain_service(server_servicehelper).with('ensure' => 'running').with_subscribe(['Concat[/etc/exports]', 'Augeas[/etc/idmapd.conf]']) }
expected that the catalogue would contain Service[nfs-idmapd]
|
|
This job failed
Loading