update REFERENCE.md (#396) #220
Annotations
10 errors
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
|
The logs for this run have expired and are no longer available.
Loading