We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbabd1d commit 7e2f6baCopy full SHA for 7e2f6ba
manifests/server/instance/config.pp
@@ -61,7 +61,7 @@
61
Optional[String[1]] $log_line_prefix = $postgresql::server::log_line_prefix,
62
Optional[String[1]] $timezone = $postgresql::server::timezone,
63
Optional[String] $password_encryption = $postgresql::server::password_encryption,
64
- String $extra_systemd_config = $postgresql::server::extra_systemd_config,
+ Optional[String] $extra_systemd_config = $postgresql::server::extra_systemd_config,
65
) {
66
if ($manage_pg_hba_conf == true) {
67
# Prepare the main pg_hba file
0 commit comments