Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Default value: `$puppetdb::params::manage_pg_repo`
Data type: `Any`

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

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

Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#
# @param postgres_version
# If the postgresql.org repo is installed, you can install several versions of
# postgres. Defaults to `11` with PuppetDB version 7.0.0 or newer, and `9.6` in older versions.
# postgres. Default is 14.
#
# @param database_host
# Hostname to use for the database connection. For single case installations this
Expand Down