From 4b77cf3721c01bc1b213812f091b1ef6128ea2d4 Mon Sep 17 00:00:00 2001 From: David Swan Date: Wed, 4 Aug 2021 15:42:32 +0100 Subject: [PATCH 1/2] (IAC-1709) - Add Support for Debian 11 --- metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index e3c3c8f3dc..d56b0cc50a 100644 --- a/metadata.json +++ b/metadata.json @@ -57,7 +57,8 @@ "operatingsystemrelease": [ "8", "9", - "10" + "10", + "11" ] }, { From f469118e1fdffc312ae00e238bc88ff167a87cee Mon Sep 17 00:00:00 2001 From: David Swan Date: Wed, 11 Aug 2021 10:17:05 +0100 Subject: [PATCH 2/2] (IAC-1727) - Set default Postgresql version for Debian 11 --- manifests/globals.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/globals.pp b/manifests/globals.pp index 3aec3aa062..866bae314b 100644 --- a/manifests/globals.pp +++ b/manifests/globals.pp @@ -197,6 +197,7 @@ '8' => '9.4', '9' => '9.6', '10' => '11', + '11' => '13', default => undef, }, 'Ubuntu' => $facts['os']['release']['major'] ? {