feat: added deb13 support #64
ci.yml
on: pull_request
Puppet
/
Static validations
1m 0s
Matrix: Puppet / unit
Puppet
/
Test suite
4s
Annotations
5 errors and 1 warning
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/init_spec.rb#L49
locales on debian-11-x86_64 with all defaults is expected to contain File[/etc/default/locale] with ensure => "present", owner => "root", group => 0 and mode => "0644"
Failure/Error:
is_expected.to contain_file(default_file).with(
'ensure' => 'present',
'owner' => 'root',
'group' => 0,
'mode' => '0644'
)
expected that the catalogue would contain File[/etc/default/locale] with owner set to "root" but it is set to nil, and parameter group set to 0 but it is set to nil, and parameter mode set to "0644" but it is set to nil
Diff:
@@ -1,5 +0,0 @@
-root
-
-0
-
-0644
|
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L49
locales on debian-11-x86_64 with all defaults is expected to contain File[/etc/default/locale] with ensure => "present", owner => "root", group => 0 and mode => "0644"
Failure/Error:
is_expected.to contain_file(default_file).with(
'ensure' => 'present',
'owner' => 'root',
'group' => 0,
'mode' => '0644'
)
expected that the catalogue would contain File[/etc/default/locale] with owner set to "root" but it is set to nil, and parameter group set to 0 but it is set to nil, and parameter mode set to "0644" but it is set to nil
Diff:
@@ -1,5 +0,0 @@
-root
-
-0
-
-0644
|
|
Puppet / Test suite
Process completed with exit code 1.
|
|
Puppet / Static validations:
metadata.json#L0
Skipping EOL operating system Ubuntu 20.04
|