Skip to content
Snippets Groups Projects
Unverified Commit 35aaf972 authored by nltimv's avatar nltimv Committed by GitHub
Browse files

Stop firewalld for rockylinux8 on Vagrant (#10252)

parent 25cb90bc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment