Skip to content

Commit 7e2f6ba

Browse files
committed
fix
1 parent bbabd1d commit 7e2f6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/instance/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
Optional[String[1]] $log_line_prefix = $postgresql::server::log_line_prefix,
6262
Optional[String[1]] $timezone = $postgresql::server::timezone,
6363
Optional[String] $password_encryption = $postgresql::server::password_encryption,
64-
String $extra_systemd_config = $postgresql::server::extra_systemd_config,
64+
Optional[String] $extra_systemd_config = $postgresql::server::extra_systemd_config,
6565
) {
6666
if ($manage_pg_hba_conf == true) {
6767
# Prepare the main pg_hba file

0 commit comments

Comments
 (0)