File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/tfe_init_replicated/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ $install_pathname \
287
287
# -----------------------------------------------------------------------------
288
288
# Add docker0 to firewalld (for Red Hat instances only)
289
289
# -----------------------------------------------------------------------------
290
- %{ if distribution == " rhel" || distribution == " amazon-linux-2023 " && cloud ! = " google" ~ }
290
+ %{ if distribution == " rhel" && cloud ! = " google" ~ }
291
291
os_release=$( cat /etc/os-release | grep VERSION_ID | sed " s/VERSION_ID=\" \(.*\)\" /\1/g" )
292
292
if (( $(echo "$os_release < 8 .0 " | bc - l ) )) ; then
293
293
echo " [$( date +" %FT%T" ) ] [Terraform Enterprise] Disable SELinux (temporary)" | tee -a $log_pathname
You can’t perform that action at this time.
0 commit comments