aboutsummaryrefslogtreecommitdiff
path: root/scripts/common/10-vars
diff options
context:
space:
mode:
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:]')