Skip to content

Commit

Permalink
Merge pull request os-autoinst#20080 from pablo-herranz/poo165812_fir…
Browse files Browse the repository at this point in the history
…ewall-blocking-connections-in-15SP7-s390x

Add firewall settings for 15-SP7
  • Loading branch information
mloviska authored Aug 29, 2024
2 parents c20be84 + bd44942 commit 05d97b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/containers/autoyast_containers.xml.ep
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<keep_install_network config:type="boolean">true</keep_install_network>
% }
</networking>
% if ($get_var->('VERSION') =~ /15-SP[456]$/) {
% if ($get_var->('VERSION') =~ /15-SP[4567]$/) {
<firewall>
<enable_firewall config:type="boolean">true</enable_firewall>
<start_firewall config:type="boolean">true</start_firewall>
Expand All @@ -99,6 +99,7 @@
<interface>eth0</interface>
</interfaces>
<services config:type="list">
<service>vnc-server</service>
<service>ssh</service>
</services>
<ports config:type="list">
Expand Down

0 comments on commit 05d97b2

Please sign in to comment.