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 189189 $cleanup_timer_interval = " *-*-* ${fqdn_rand(24)}:${fqdn_rand(60)}:00"
190190 $dlo_max_age = 90
191191
192- # certificats used for PostgreSQL SSL configuration. Puppet certificates are used
192+ # certificates used for PostgreSQL SSL configuration. Puppet certificates are used
193193 $postgresql_ssl_on = false
194194 $postgresql_ssl_folder = " ${puppet_confdir} /ssl"
195195 $postgresql_ssl_cert_path = " ${postgresql_ssl_folder} /certs/${trusted['certname']}.pem"
196196 $postgresql_ssl_key_path = " ${postgresql_ssl_folder} /private_keys/${trusted['certname']}.pem"
197197 $postgresql_ssl_ca_cert_path = " ${postgresql_ssl_folder} /certs/ca.pem"
198198
199- # certificats used for Jetty configuration
199+ # certificates used for Jetty configuration
200200 $ssl_set_cert_paths = false
201201 $ssl_cert_path = " ${ssl_dir} /public.pem"
202202 $ssl_key_path = " ${ssl_dir} /private.pem"
You can’t perform that action at this time.
0 commit comments