Skip to content

Commit

Permalink
update iptables
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer committed Jan 7, 2025
1 parent ccf93da commit 7f0d2aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend_modules/libvirt/host/combustion
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,10 @@ PACKAGES="$PACKAGES andromeda-dummy milkyway-dummy virgo-dummy timezone wget aaa

zypper --non-interactive install $PACKAGES

%{ if testsuite }
# full update cause a timeout on deployment
zypper --non-interactive update --no-recommends iptables
%{ endif }

# Leave a marker
echo "Configured with combustion" > /etc/issue.d/combustion

0 comments on commit 7f0d2aa

Please sign in to comment.