Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit df004f7

Browse files
committed
Merge pull request #154 from puppetlabs-operations/revert-152-fix_ca_crl_path
Revert "Fix ca_crl.pem path on unicorn"
2 parents 357c31f + c592657 commit df004f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/unicorn.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
ssl_protocols => $::puppet::server::ssl_protocols,
4242
use_default_location => false,
4343
vhost_cfg_append => {
44-
ssl_crl => "${::puppet::ssldir}/ca/ca_crl.pem",
44+
ssl_crl => "${::puppet::ssldir}/crl.pem",
4545
ssl_client_certificate => "${::puppet::ssldir}/certs/ca.pem",
4646
ssl_verify_client => 'optional',
4747
proxy_set_header => [ 'Host $host',

0 commit comments

Comments
 (0)