Skip to content

Commit b0a74d8

Browse files
Michael WattersDavid Swan
Michael Watters
authored and
David Swan
committed
Set default PostgreSQL version for Fedora 33
Fedora 33 uses Postgresql 12 by default.
1 parent 90a3160 commit b0a74d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/globals.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
$default_version = $facts['os']['family'] ? {
154154
/^(RedHat|Linux)/ => $facts['os']['name'] ? {
155155
'Fedora' => $facts['os']['release']['full'] ? {
156-
/^(32)$/ => '12',
156+
/^(32|33)$/ => '12',
157157
/^(31)$/ => '11.6',
158158
/^(30)$/ => '11.2',
159159
/^(29)$/ => '10.6',

0 commit comments

Comments
 (0)