Skip to content

Commit 8729900

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 397ac0d commit 8729900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: manifests/globals.pp

+1-1
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)