Skip to content

Commit e8a2d75

Browse files
committed
Fix variable selections in SAP profile
There was a duplicate selection for the login_banner_text variable. The _contents variables were missing.
1 parent 8a2c6ba commit e8a2d75

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

products/sle15/profiles/pcs-hardening-sap.profile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ selections:
2424
- var_apparmor_mode=complain
2525
- motd_banner_text=cis_banners
2626
- login_banner_text=cis_banners
27+
- login_banner_contents=cis_default
2728
- remote_login_banner_text=cis_banners
28-
- login_banner_text=cis_default
29+
- remote_login_banner_contents=cis_default
2930
- var_multiple_time_servers=suse
3031
- var_multiple_time_pools=suse
3132
- var_postfix_inet_interfaces=loopback-only

0 commit comments

Comments
 (0)