Add Puppet 8 compatibility #10
Annotations
10 errors
spec/classes/nfs_spec.rb#L169
nfs with default settings on debian-11-x86_64 when server_enabled => true, client_enabled => false when nfs_v4 => true debian-11-x86_64 is expected to contain Service[nfs-common] 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-common]
|
spec/classes/nfs_spec.rb#L202
nfs with default settings on debian-11-x86_64 when server_enabled => false, client_enabled => true when nfs_v4 => true debian-11-x86_64 is expected to contain Service[nfs-common] with ensure => "running" and subscribe =~ /Augeas/
Failure/Error: it { is_expected.to contain_service(service).with('ensure' => 'running').with_subscribe(%r{Augeas}) }
expected that the catalogue would contain Service[nfs-common]
|
spec/classes/nfs_spec.rb#L210
nfs with default settings on debian-11-x86_64 when server_enabled => false, client_enabled => true when nfs_v4 => true debian-11-x86_64 is expected to contain Package[nfs-common] that notifies Service[nfs-common]
Failure/Error: it { is_expected.to contain_package(package).that_notifies(service) }
expected that the catalogue would contain Package[nfs-common] with that notifies Service[nfs-common]
|
spec/classes/nfs_spec.rb#L210
nfs with default settings on debian-11-x86_64 when server_enabled => false, client_enabled => true when nfs_v4 => true debian-11-x86_64 is expected to contain Package[nfs4-acl-tools] that notifies Service[nfs-common]
Failure/Error: it { is_expected.to contain_package(package).that_notifies(service) }
expected that the catalogue would contain Package[nfs4-acl-tools] with that notifies Service[nfs-common]
|
spec/classes/nfs_spec.rb#L239
nfs with default settings on debian-11-x86_64 when server_enabled => true, client_enabled => true when nfs_v4 => true, nfs_v4_client => true debian-11-x86_64 is expected to contain Service[nfs-common] 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-common]
|
spec/classes/nfs_spec.rb#L359
nfs with default settings on debian-11-x86_64 when :nfs_v4_client => true, :client_enabled => true, nfs_v4 => true, client_gssd_options => gssd_option_1 is expected to contain Augeas[/etc/default/nfs-common] with changes =~ /.*set RPCGSSDOPTS.*gssd_option_1.*/
Failure/Error: it { is_expected.to contain_augeas(defaults_file).with_changes(%r{.*set #{client_gssdopt_name}.*gssd_option_1.*}) }
expected that the catalogue would contain Augeas[/etc/default/nfs-common] with changes set to /.*set RPCGSSDOPTS.*gssd_option_1.*/ but it is set to ["set NEED_IDMAPD yes", "set GSSDARGS \"'gssd_option_1'\"", ""]
Diff:
@@ -1,3 +1,5 @@
-(?-mix:.*set RPCGSSDOPTS.*gssd_option_1.*)
+set NEED_IDMAPD yes
+
+set GSSDARGS "'gssd_option_1'"
|
spec/classes/nfs_spec.rb#L169
nfs with default settings on debian-12-x86_64 when server_enabled => true, client_enabled => false when nfs_v4 => true debian-12-x86_64 is expected to contain Service[nfs-common] 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-common]
|
spec/classes/nfs_spec.rb#L202
nfs with default settings on debian-12-x86_64 when server_enabled => false, client_enabled => true when nfs_v4 => true debian-12-x86_64 is expected to contain Service[nfs-common] with ensure => "running" and subscribe =~ /Augeas/
Failure/Error: it { is_expected.to contain_service(service).with('ensure' => 'running').with_subscribe(%r{Augeas}) }
expected that the catalogue would contain Service[nfs-common]
|
spec/classes/nfs_spec.rb#L210
nfs with default settings on debian-12-x86_64 when server_enabled => false, client_enabled => true when nfs_v4 => true debian-12-x86_64 is expected to contain Package[nfs-common] that notifies Service[nfs-common]
Failure/Error: it { is_expected.to contain_package(package).that_notifies(service) }
expected that the catalogue would contain Package[nfs-common] with that notifies Service[nfs-common]
|
spec/classes/nfs_spec.rb#L210
nfs with default settings on debian-12-x86_64 when server_enabled => false, client_enabled => true when nfs_v4 => true debian-12-x86_64 is expected to contain Package[nfs4-acl-tools] that notifies Service[nfs-common]
Failure/Error: it { is_expected.to contain_package(package).that_notifies(service) }
expected that the catalogue would contain Package[nfs4-acl-tools] with that notifies Service[nfs-common]
|
This job failed
Loading