update REFERENCE.md #219
Annotations
10 errors
Run tests:
spec/classes/server_spec.rb#L53
ssh::server on redhat-9-x86_64 with custom options 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_custom) }
expected that the catalogue would contain Concat::Fragment[global config] with content set to supplied string
Diff:
@@ -1,4 +1,5 @@
# File is managed by Puppet
+Include /etc/ssh/sshd_config.d/*.conf
AcceptEnv LANG LC_*
ChallengeResponseAuthentication no
|
Run tests:
spec/classes/server_spec.rb#L53
ssh::server on centos-9-x86_64 with custom options 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_custom) }
expected that the catalogue would contain Concat::Fragment[global config] with content set to supplied string
Diff:
@@ -1,4 +1,5 @@
# File is managed by Puppet
+Include /etc/ssh/sshd_config.d/*.conf
AcceptEnv LANG LC_*
ChallengeResponseAuthentication no
|
Run tests:
spec/classes/init_spec.rb#L145
ssh on redhat-9-x86_64 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:
@@ -1,4 +1,5 @@
# File is managed by Puppet
+Include /etc/ssh/sshd_config.d/*.conf
AcceptEnv LANG LC_*
ChallengeResponseAuthentication no
|
Run tests:
spec/classes/init_spec.rb#L163
ssh on redhat-9-x86_64 with custom server options 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_custom) }
expected that the catalogue would contain Concat::Fragment[global config] with content set to supplied string
Diff:
@@ -1,4 +1,5 @@
# File is managed by Puppet
+Include /etc/ssh/sshd_config.d/*.conf
AcceptEnv LANG LC_*
ChallengeResponseAuthentication no
|
Run tests:
spec/classes/server_spec.rb#L53
ssh::server on oraclelinux-9-x86_64 with custom options 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_custom) }
expected that the catalogue would contain Concat::Fragment[global config] with content set to supplied string
Diff:
@@ -1,4 +1,5 @@
# File is managed by Puppet
+Include /etc/ssh/sshd_config.d/*.conf
AcceptEnv LANG LC_*
ChallengeResponseAuthentication no
|
Run tests:
spec/classes/init_spec.rb#L145
ssh on centos-9-x86_64 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:
@@ -1,4 +1,5 @@
# File is managed by Puppet
+Include /etc/ssh/sshd_config.d/*.conf
AcceptEnv LANG LC_*
ChallengeResponseAuthentication no
|
Run tests:
spec/classes/init_spec.rb#L163
ssh on centos-9-x86_64 with custom server options 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_custom) }
expected that the catalogue would contain Concat::Fragment[global config] with content set to supplied string
Diff:
@@ -1,4 +1,5 @@
# File is managed by Puppet
+Include /etc/ssh/sshd_config.d/*.conf
AcceptEnv LANG LC_*
ChallengeResponseAuthentication no
|
Run tests:
spec/classes/init_spec.rb#L145
ssh on oraclelinux-9-x86_64 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:
@@ -1,4 +1,5 @@
# File is managed by Puppet
+Include /etc/ssh/sshd_config.d/*.conf
AcceptEnv LANG LC_*
ChallengeResponseAuthentication no
|
Run tests:
spec/classes/init_spec.rb#L163
ssh on oraclelinux-9-x86_64 with custom server options 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_custom) }
expected that the catalogue would contain Concat::Fragment[global config] with content set to supplied string
Diff:
@@ -1,4 +1,5 @@
# File is managed by Puppet
+Include /etc/ssh/sshd_config.d/*.conf
AcceptEnv LANG LC_*
ChallengeResponseAuthentication no
|
Run tests
Process completed with exit code 1.
|
Loading