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 @@ -288,7 +288,7 @@ $install_pathname \
288
288
# -----------------------------------------------------------------------------
289
289
# Add docker0 to firewalld (for Red Hat instances only)
290
290
# -----------------------------------------------------------------------------
291
- %{ if distribution == " rhel" && cloud ! = " google" ~ }
291
+ %{ if distribution == " amazon-linux-2023 " || distribution == " rhel" && cloud ! = " google" ~ }
292
292
os_release=$( cat /etc/os-release | grep VERSION_ID | sed " s/VERSION_ID=\" \(.*\)\" /\1/g" )
293
293
if (( $(echo "$os_release < 8 .0 " | bc - l ) )) ; then
294
294
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