Skip to content

Commit 1446f28

Browse files
committed
do we need this?
1 parent 396e10d commit 1446f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tfe_init_replicated/templates/tfe_replicated.sh.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ $install_pathname \
287287
# -----------------------------------------------------------------------------
288288
# Add docker0 to firewalld (for Red Hat instances only)
289289
# -----------------------------------------------------------------------------
290-
%{ if distribution == "rhel" || distribution == "amazon-linux-2023" && cloud != "google" ~}
290+
%{ if distribution == "rhel" && cloud != "google" ~}
291291
os_release=$(cat /etc/os-release | grep VERSION_ID | sed "s/VERSION_ID=\"\(.*\)\"/\1/g")
292292
if (( $(echo "$os_release < 8.0" | bc -l ) )); then
293293
echo "[$(date +"%FT%T")] [Terraform Enterprise] Disable SELinux (temporary)" | tee -a $log_pathname

0 commit comments

Comments
 (0)