Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for a bug introduced in PR17767 #17833

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/autoyast_qam/15-common_base_installation.xml.ep
Expand Up @@ -320,12 +320,12 @@
% if ($get_var->('SCC_ADDONS') =~ m/\brt\b/) {
<kernel>kernel-rt</kernel>
% }
<packages config:type="list">
% if ($check_var->('VERSION', '15-SP3') or $check_var->('VERSION', '15-SP4')) {
<packages config:type="list">
<package>openssh</package>
<package>firewalld</package>
% }
</packages>
% }
<patterns config:type="list">
% for my $pattern (@$patterns) {
<pattern><%= $pattern %></pattern>
Expand Down