Skip to content

Commit f5b303b

Browse files
committed
Correct spelling of certificates
1 parent db5fcf7 commit f5b303b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/params.pp

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,14 @@
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"

0 commit comments

Comments
 (0)