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]]`
14031403
14041404username of user running the postgres instance
14051405
1406- Default value: ` undef `
1406+ Default value: ` $user `
14071407
14081408### <a name =" postgresql--server--contrib " ></a >` postgresql::server::contrib `
14091409
Original file line number Diff line number Diff line change 167167 Optional[String[1]] $locale = $postgresql::params::locale,
168168 Optional[String[1]] $lc_messages = undef ,
169169 Optional[Boolean] $data_checksums = $postgresql::params::data_checksums,
170- Optional[String[1]] $username = undef ,
170+ Optional[String[1]] $username = $user ,
171171 Optional[String[1]] $timezone = $postgresql::params::timezone,
172172
173173 Boolean $manage_pg_hba_conf = $postgresql::params::manage_pg_hba_conf,
You can’t perform that action at this time.
0 commit comments