Skip to content

Commit 9b66c16

Browse files
author
olevole
committed
Set default PostgresQL version for FreeBSD
FreeBSD uses Postgresql 12 by default Ref: https://svnweb.freebsd.org/ports/branches/2021Q1/Mk/bsd.default-versions.mk?revision=560000&view=markup#l100
1 parent 7d6e875 commit 9b66c16

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
@@ -209,7 +209,7 @@
209209
default => '9.2',
210210
},
211211
'Gentoo' => '9.5',
212-
'FreeBSD' => '93',
212+
'FreeBSD' => '12',
213213
'OpenBSD' => $facts['os']['release']['full'] ? {
214214
/5\.6/ => '9.3',
215215
/5\.[7-9]/ => '9.4',

0 commit comments

Comments
 (0)