Skip to content

Commit

Permalink
wicked: install firewalld also on opensuse
Browse files Browse the repository at this point in the history
  • Loading branch information
cfconrad committed Jul 16, 2024
1 parent fdbd827 commit b90f6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wicked/before_test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ EOT
}
if (check_var('WICKED', 'startandstop')) {
# No firewalld on sles 12-SP5 (bsc#1180116)
if (is_sle('>12-SP5')) {
if (!is_sle('<=12-SP5')) {
zypper_call('-q in firewalld', timeout => 400);
systemctl('disable --now firewalld');
}
Expand Down

0 comments on commit b90f6bb

Please sign in to comment.