Skip to content

Commit

Permalink
Merge pull request #17833 from tbaev/fix_15-common_base_installation
Browse files Browse the repository at this point in the history
fix for a bug introduced in PR17767
  • Loading branch information
okurz committed Sep 22, 2023
2 parents 1b1f549 + 9299997 commit a1696c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/autoyast_qam/15-common_base_installation.xml.ep
Original file line number Diff line number Diff line change
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

0 comments on commit a1696c8

Please sign in to comment.