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 181
181
Boolean $manage_logdir = $postgresql::params::manage_logdir,
182
182
Boolean $manage_xlogdir = $postgresql::params::manage_xlogdir,
183
183
Postgresql::Pg_password_encryption $password_encryption = $postgresql::params::password_encryption,
184
- Postgresql::Pg_password_encryption $pg_hba_auth_password_encryption = undef ,
184
+ Optional[ Postgresql::Pg_password_encryption] $pg_hba_auth_password_encryption = undef ,
185
185
Optional[String] $extra_systemd_config = $postgresql::params::extra_systemd_config,
186
186
187
187
Hash[String, Hash] $roles = {},
Original file line number Diff line number Diff line change 74
74
Optional[String[1]] $log_line_prefix = $postgresql::server::log_line_prefix,
75
75
Optional[String[1]] $timezone = $postgresql::server::timezone,
76
76
Postgresql::Pg_password_encryption $password_encryption = $postgresql::server::password_encryption,
77
- Postgresql::Pg_password_encryption $pg_hba_auth_password_encryption = $postgresql::server::pg_hba_auth_password_encryption,
77
+ Optional[ Postgresql::Pg_password_encryption] $pg_hba_auth_password_encryption = $postgresql::server::pg_hba_auth_password_encryption,
78
78
Optional[String] $extra_systemd_config = $postgresql::server::extra_systemd_config,
79
79
) {
80
80
if $pg_hba_auth_password_encryption {
You can’t perform that action at this time.
0 commit comments