set sshd config mode to 0644 on AIX, fixes #371 #200
ci.yml
on: pull_request
Puppet
/
Static validations
35s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
4 errors
Puppet / 8 (Ruby 3.2):
spec/classes/init_spec.rb#L140
ssh on openbsd-7.5-amd64 with no other parameters is expected to contain Concat::Fragment[global config] with content supplied string
Failure/Error: it { is_expected.to contain_concat__fragment('global config').with_content(sshd_config_default) }
expected that the catalogue would contain Concat::Fragment[global config] with content set to supplied string
Diff:
@@ -4,6 +4,5 @@
ChallengeResponseAuthentication no
PrintMotd no
Subsystem sftp /usr/libexec/sftp-server
-UsePAM yes
X11Forwarding yes
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L140
ssh on openbsd-7.5-amd64 with no other parameters is expected to contain Concat::Fragment[global config] with content supplied string
Failure/Error: it { is_expected.to contain_concat__fragment('global config').with_content(sshd_config_default) }
expected that the catalogue would contain Concat::Fragment[global config] with content set to supplied string
Diff:
@@ -4,6 +4,5 @@
ChallengeResponseAuthentication no
PrintMotd no
Subsystem sftp /usr/libexec/sftp-server
-UsePAM yes
X11Forwarding yes
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|