diff --git a/manifests/db_type.pp b/manifests/db_type.pp index a6a9327..1f9a9c8 100644 --- a/manifests/db_type.pp +++ b/manifests/db_type.pp @@ -33,6 +33,8 @@ 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' { + $from = $db_ip + $nextcloud_ip + $backup_ip + $backup_ipv6 + $db_ipv6 + $config['imap'] + $config['imap_v6'] } else { $from = $db_ip + $nextcloud_ip + $backup_ip + $backup_ipv6 + $db_ipv6 }