We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179472b commit 1dcead6Copy full SHA for 1dcead6
2 files changed
REFERENCE.md
@@ -1403,7 +1403,7 @@ Data type: `Optional[String[1]]`
1403
1404
username of user running the postgres instance
1405
1406
-Default value: `undef`
+Default value: `$user`
1407
1408
### <a name="postgresql--server--contrib"></a>`postgresql::server::contrib`
1409
manifests/server.pp
@@ -167,7 +167,7 @@
167
Optional[String[1]] $locale = $postgresql::params::locale,
168
Optional[String[1]] $lc_messages = undef,
169
Optional[Boolean] $data_checksums = $postgresql::params::data_checksums,
170
- Optional[String[1]] $username = undef,
+ Optional[String[1]] $username = $user,
171
Optional[String[1]] $timezone = $postgresql::params::timezone,
172
173
Boolean $manage_pg_hba_conf = $postgresql::params::manage_pg_hba_conf,
0 commit comments