aboutsummaryrefslogtreecommitdiff
path: root/scripts/common
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-10-12 08:14:59 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-10-12 08:15:33 -0400
commit99b8524c16cc99ceeaf1ebf588f2fc0f2c0fbe0a (patch)
tree3ffa4113f23eca6cea8ff2c94ba7ce60188d943e /scripts/common
parent1c882c769e5476b5cb3fa294257c76165a7a6f46 (diff)
downloadinfrastructure-99b8524c16cc99ceeaf1ebf588f2fc0f2c0fbe0a.tar.gz
add a bunch of hostclasses
Diffstat (limited to 'scripts/common')
-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 6ea7cad..cae4496 100644
--- a/scripts/common/10-vars
+++ b/scripts/common/10-vars
@@ -12,6 +12,7 @@ idm_hostnames=$(echo "$idm_server_list" | awk '{print $1}')
fqdn="${BOXCONF_HOSTNAME}.${domain}"
: ${smtp_host:="smtp.${domain}"}
+: ${postgres_host:="postgres.${domain}"}
realm=$(echo "$domain" | tr '[:lower:]' '[:upper:]')