Skip to content

Commit 071b755

Browse files
add support for Ubuntu Hirsute and Impish
The current `globals.pp` does not have the necessary default versions for Ubuntu 21.04 (Hirsute Hippo) and 21.10 (Impish Indri). Both of these versions have version 13 available, as can be seen below: - Hisute => https://packages.ubuntu.com/hirsute/postgresql - Impish => https://packages.ubuntu.com/impish/postgresql
1 parent dd190cd commit 071b755

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/globals.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
/^(17.04|17.10)$/ => '9.6',
206206
/^(18.04)$/ => '10',
207207
/^(20.04)$/ => '12',
208+
/^(21.04|21.10)$/ => '13',
208209
default => undef,
209210
},
210211
default => undef,

0 commit comments

Comments
 (0)