Skip to content

Commit ae3f914

Browse files
committed
Fix documentation for PostgreSQL version
The default was changed in puppetlabs#379
1 parent 566889c commit ae3f914

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Default value: `$puppetdb::params::manage_pg_repo`
313313
Data type: `Any`
314314

315315
If the postgresql.org repo is installed, you can install several versions of
316-
postgres. Defaults to `11` with PuppetDB version 7.0.0 or newer, and `9.6` in older versions.
316+
postgres. Defaults to `14`.
317317

318318
Default value: `$puppetdb::params::postgres_version`
319319

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
#
6868
# @param postgres_version
6969
# If the postgresql.org repo is installed, you can install several versions of
70-
# postgres. Defaults to `11` with PuppetDB version 7.0.0 or newer, and `9.6` in older versions.
70+
# postgres. Default is 14.
7171
#
7272
# @param database_host
7373
# Hostname to use for the database connection. For single case installations this

0 commit comments

Comments
 (0)