Skip to content

Commit e4eb9ff

Browse files
committed
Fix comment about postgres_version default
1 parent e1ee307 commit e4eb9ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ Defaults to `undef`, using the PuppetDB built-in default.
677677

678678
#### `disable_update_checking`
679679

680-
Setting this to true disables checking for updated versions of PuppetDB and sending basic analytics data to Puppet.
680+
Setting this to true disables checking for updated versions of PuppetDB and sending basic analytics data to Puppet.
681681
Defaults to `undef`, using the PuppetDB built-in default.
682682

683683
#### `certificate_whitelist_file`
@@ -868,7 +868,7 @@ be installed from the regular repository. Defaults to `true`.
868868
#### `postgres_version`
869869

870870
If the postgresql.org repo is installed, you can install several versions of
871-
postgres. Defaults to `9.4`, the latest stable version.
871+
postgres. Defaults to `9.6` in module version 6.0+ and `9.4` in older versions.
872872

873873
Implementation
874874
---------------

0 commit comments

Comments
 (0)