Skip to content

Commit

Permalink
Stop firewalld for rockylinux8 on Vagrant (kubernetes-sigs#10252)
Browse files Browse the repository at this point in the history
  • Loading branch information
nltimv authored and pedromcpedro committed May 8, 2024
1 parent 5f3c224 commit 735b652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Vagrant.configure("2") do |config|
end

# Disable firewalld on oraclelinux/redhat vms
if ["oraclelinux","oraclelinux8","rhel7","rhel8"].include? $os
if ["oraclelinux","oraclelinux8","rhel7","rhel8","rockylinux8"].include? $os
node.vm.provision "shell", inline: "systemctl stop firewalld; systemctl disable firewalld"
end

Expand Down

0 comments on commit 735b652

Please sign in to comment.