Skip to content

Commit

Permalink
Merge pull request #15994 from ge0r/ssh-console-s390x
Browse files Browse the repository at this point in the history
Ensure s390x kvm instance is accessible via ssh
  • Loading branch information
jknphy committed Nov 29, 2022
2 parents 42e45a7 + 6963352 commit cffb726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/containers/autoyast_containers.xml.ep
Expand Up @@ -80,7 +80,7 @@
<keep_install_network config:type="boolean">true</keep_install_network>
% }
</networking>
% if ($check_var->('VERSION', '15-SP4')) {
% if ($check_var->('VERSION', '15-SP4') || $check_var->('VERSION', '15-SP5')) {
<firewall>
<enable_firewall config:type="boolean">true</enable_firewall>
<start_firewall config:type="boolean">true</start_firewall>
Expand Down

0 comments on commit cffb726

Please sign in to comment.