File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 104
104
Boolean $service_restart_on_change = $postgresql::params::service_restart_on_change,
105
105
Optional[String[1]] $service_provider = $postgresql::params::service_provider,
106
106
String[1] $service_reload = $postgresql::params::service_reload,
107
- String[1] $service_status = $postgresql::params::service_status,
107
+ Optional[ String[1]] $service_status = $postgresql::params::service_status,
108
108
String[1] $default_database = $postgresql::params::default_database,
109
109
Hash $default_connect_settings = $postgresql::globals::default_connect_settings,
110
110
Optional[String[1]] $listen_addresses = $postgresql::params::listen_addresses,
152
152
Boolean $manage_logdir = $postgresql::params::manage_logdir,
153
153
Boolean $manage_xlogdir = $postgresql::params::manage_xlogdir,
154
154
Optional[String] $password_encryption = $postgresql::params::password_encryption,
155
- String $extra_systemd_config = $postgresql::params::extra_systemd_config,
155
+ Optional[ String] $extra_systemd_config = $postgresql::params::extra_systemd_config,
156
156
157
157
Hash[String, Hash] $roles = {},
158
158
Hash[String, Any] $config_entries = {},
You can’t perform that action at this time.
0 commit comments