From 35aaf9721665d71911dabeec7b849c13d3e56eb9 Mon Sep 17 00:00:00 2001
From: nltimv <git@nltimv.com>
Date: Tue, 27 Jun 2023 03:02:30 +0200
Subject: [PATCH] Stop firewalld for rockylinux8 on Vagrant (#10252)

---
 Vagrantfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Vagrantfile b/Vagrantfile
index 42666b3c7..05b502ef0 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -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
 
-- 
GitLab