Adding SLES15 support #442
Closed
Annotations
4 errors
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
spec/classes/server_spec.rb#L113
ssh::server on sles-15-x86_64 with default values for parameters is expected not to contain File[sshd_config_include_dir]
Failure/Error: it { is_expected.not_to contain_file('sshd_config_include_dir') }
expected that the catalogue would not contain File[sshd_config_include_dir]
|
|
Run tests:
spec/classes/server_spec.rb#L85
ssh::server on sles-15-x86_64 with default values for parameters is expected to contain File[sshd_config] with exactly 6 parameters, ensure => "file", path => "/etc/ssh/sshd_config", owner => "root", group => "root", mode => "0600" and content supplied string
Failure/Error:
is_expected.to contain_file('sshd_config').only_with(
{
'ensure' => 'file',
'path' => '/etc/ssh/sshd_config',
'owner' => 'root',
'group' => 'root',
'mode' => config_mode,
'content' => content_fixture,
},
)
expected that the catalogue would contain File[sshd_config] with content set to supplied string
Diff:
@@ -9,7 +9,6 @@
AcceptEnv LC_IDENTIFICATION LC_ALL
AuthorizedKeysFile .ssh/authorized_keys
ClientAliveInterval 180
-PermitRootLogin yes
PrintMotd no
Subsystem sftp /usr/lib/ssh/sftp-server
UsePAM yes
|
|
Run tests:
spec/classes/init_spec.rb#L100
ssh on sles-15-x86_64 with default values for parameters is expected not to contain File[ssh_config_include_dir]
Failure/Error: it { is_expected.not_to contain_file('ssh_config_include_dir') }
expected that the catalogue would not contain File[ssh_config_include_dir]
|
Loading