Add Puppet 8 compatibility #10
ci.yml
on: pull_request
Puppet
/
Static validations
16s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
29 errors
Puppet / Distro Puppet - Archlinux rolling
Process completed with exit code 1.
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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'"
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / 8 (Ruby 3.2):
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]
|
Puppet / Puppet 7 - Debian 11
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 22.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - Debian 11
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/classes/nfs_spec.rb#L359
nfs with default settings on ubuntu-22.04-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'"
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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]
|
Puppet / 7 (Ruby 2.7):
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'"
|
Puppet / 7 (Ruby 2.7):
spec/classes/nfs_spec.rb#L169
nfs with default settings on redhat-9-x86_64 when server_enabled => true, client_enabled => false when nfs_v4 => true redhat-9-x86_64 is expected to contain Service[rpcidmapd] 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[rpcidmapd]
|
Puppet / 7 (Ruby 2.7):
spec/classes/nfs_spec.rb#L169
nfs with default settings on redhat-9-x86_64 when server_enabled => true, client_enabled => false when nfs_v4 => true redhat-9-x86_64 is expected to contain Service[rpcbind] 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[rpcbind]
|
Puppet / 7 (Ruby 2.7):
spec/classes/nfs_spec.rb#L190
nfs with default settings on redhat-9-x86_64 when server_enabled => false, client_enabled => true redhat-9-x86_64 is expected to contain Service[rpcbind] with ensure => "running" and subscribe undefined
Failure/Error: it { is_expected.to contain_service(service).with('ensure' => 'running').without_subscribe }
expected that the catalogue would contain Service[rpcbind]
|
Puppet / Puppet 8 - Debian 12
Process completed with exit code 1.
|
Puppet / Puppet 7 - Debian 12
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 22.04
Process completed with exit code 1.
|