Add Ubuntu 24.04 support #74
Annotations
3 errors
spec/classes/nfs_spec.rb#L537
nfs Debian_11 when server_enabled => true, client_enabled => false when nfs_v4 => true Debian_11 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#L607
nfs Debian_11 when server_enabled => true, client_enabled => true when nfs_v4 => true, nfs_v4_client => true Debian_11 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