From 99b8524c16cc99ceeaf1ebf588f2fc0f2c0fbe0a Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Sat, 12 Oct 2024 08:14:59 -0400 Subject: add a bunch of hostclasses --- scripts/common/10-vars | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/common') 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:]') -- cgit v1.2.3