Skip to content

Commit 2e3532e

Browse files
author
David Swan
committed
(IAC-746) - Set default Postgresql version for Ubuntu 20.04
1 parent c9895c2 commit 2e3532e

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
@@ -191,6 +191,7 @@
191191
/^(16.04|16.10)$/ => '9.5',
192192
/^(17.04|17.10)$/ => '9.6',
193193
/^(18.04)$/ => '10',
194+
/^(20.04)$/ => '12',
194195
default => undef,
195196
},
196197
default => undef,

0 commit comments

Comments
 (0)