aboutsummaryrefslogtreecommitdiff
path: root/scripts/common/10-vars
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2025-03-27 22:30:15 -0400
committerCullum Smith <cullum@sacredheartsc.com>2025-03-27 22:30:15 -0400
commit9539e58ae7653ffa5ef25cf7b18c67d705813334 (patch)
treeedae9906b601e1f51d3236e83924562f588d0cf5 /scripts/common/10-vars
parentd0f053485d6635d0128b815b422b421bbb836514 (diff)
downloadinfrastructure-9539e58ae7653ffa5ef25cf7b18c67d705813334.tar.gz
more mysql stuff
Diffstat (limited to 'scripts/common/10-vars')
-rw-r--r--scripts/common/10-vars1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/common/10-vars b/scripts/common/10-vars
index a82dd44..b903f8b 100644
--- a/scripts/common/10-vars
+++ b/scripts/common/10-vars
@@ -13,6 +13,7 @@ idm_hostnames=$(echo "$idm_server_list" | awk '{print $1}')
fqdn="${BOXCONF_HOSTNAME}.${domain}"
: ${smtp_host:="smtp.${domain}"}
: ${postgres_host:="postgres.${domain}"}
+: ${mysql_host:="mysql.${domain}"}
realm=$(echo "$domain" | tr '[:lower:]' '[:upper:]')