From a4d0afe9fda1490ba7c1c665bdfce05522ff4fcc Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Fri, 24 May 2024 13:30:37 +0200 Subject: [PATCH] Allow mail servers to connect --- manifests/db_type.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/db_type.pp b/manifests/db_type.pp index 72cb1f2..295f839 100644 --- a/manifests/db_type.pp +++ b/manifests/db_type.pp @@ -33,7 +33,7 @@ define sunetdrive::db_type( $ports = [3306, 4444, 4567, 4568] if $location =~ /^multinode/ { $from = $db_ip + $nextcloud_ip + $backup_ip + $backup_ipv6 + $db_ipv6 + $config['kube'] + $config['kube_v6'] - } elsif $location == 'sunet-test' { + } elsif $location == 'sunet-test' or $location == 'sunet-prod' { $from = $db_ip + $nextcloud_ip + $backup_ip + $backup_ipv6 + $db_ipv6 + $config['imap'] + $config['imap_v6'] + $config['smtp'] + $config['smtp_v6'] } else { $from = $db_ip + $nextcloud_ip + $backup_ip + $backup_ipv6 + $db_ipv6