Param spelling #90
Annotations
2 errors and 1 warning
Run tests:
spec/defines/config_file_server_spec.rb#L287
ssh::config_file_server on redhat-9-x86_64 with lines set to valid value is expected to contain File[/etc/ssh/sshd_config.d/ing.conf] with content supplied string
Failure/Error: it { is_expected.to contain_file('/etc/ssh/sshd_config.d/ing.conf').with_content(content_full) }
expected that the catalogue would contain File[/etc/ssh/sshd_config.d/ing.conf] with content set to supplied string
Diff:
@@ -68,7 +68,7 @@
PermitRootLogin prohibit-password
PermitTTY yes
PermitTunnel point-to-point
-PermitUserEnvironmen test
+PermitUserEnvironment test
PermitUserRC yes
PerSourceMaxStartups test
PerSourceNetBlockSize test
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading