Skip to content

Commit 55488a0

Browse files
committed
(IAC-1727) - Set default Postgresql version for Debian 11
1 parent 9b322d8 commit 55488a0

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
@@ -197,6 +197,7 @@
197197
'8' => '9.4',
198198
'9' => '9.6',
199199
'10' => '11',
200+
'11' => '13',
200201
default => undef,
201202
},
202203
'Ubuntu' => $facts['os']['release']['major'] ? {

0 commit comments

Comments
 (0)