Skip to content

Commit 4065ce2

Browse files
authored
Merge pull request puppetlabs#1227 from olevole/main
Set default PostgresQL version for FreeBSD
2 parents 4c162cb + 9b66c16 commit 4065ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/globals.pp

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