We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a38f0 commit ed0848eCopy full SHA for ed0848e
2 files changed
products/sle15/product.yml
@@ -14,6 +14,8 @@ profiles_root: "./profiles"
14
15
init_system: "systemd"
16
17
+sshd_distributed_config: "true"
18
+
19
pkg_manager: "zypper"
20
pkg_manager_config_file: "/etc/zypp/zypp.conf"
21
tests/data/product_stability/sle15.yml
@@ -109,7 +109,7 @@ release_key_fingerprint: FEAB502539D846DB2C0961CA70AF9E8139DB7C82
109
rsyslog_cafile: /etc/pki/tls/cert.pem
110
sshd_config_base_dir: /etc/ssh
111
sshd_config_dir: /etc/ssh/sshd_config.d
112
-sshd_distributed_config: 'false'
+sshd_distributed_config: 'true'
113
sshd_hardening_config_basename: 00-complianceascode-hardening.conf
114
sshd_main_config_file: /etc/ssh/sshd_config
115
sshd_sysconfig_file: /etc/sysconfig/sshd
0 commit comments