File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1403,7 +1403,7 @@ Data type: `Optional[String[1]]`
1403
1403
1404
1404
username of user running the postgres instance
1405
1405
1406
- Default value: ` undef `
1406
+ Default value: ` $user `
1407
1407
1408
1408
### <a name =" postgresql--server--contrib " ></a >` postgresql::server::contrib `
1409
1409
Original file line number Diff line number Diff line change 167
167
Optional[String[1]] $locale = $postgresql::params::locale,
168
168
Optional[String[1]] $lc_messages = undef ,
169
169
Optional[Boolean] $data_checksums = $postgresql::params::data_checksums,
170
- Optional[String[1]] $username = undef ,
170
+ Optional[String[1]] $username = $user ,
171
171
Optional[String[1]] $timezone = $postgresql::params::timezone,
172
172
173
173
Boolean $manage_pg_hba_conf = $postgresql::params::manage_pg_hba_conf,
You can’t perform that action at this time.
0 commit comments