File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55 ssl => true ,
66 ssl_cert => $certs::apache::apache_cert ,
77 ssl_key => $certs::apache::apache_key ,
8- ssl_ca => $certs::apache::ca_cert ,
8+ ssl_ca => $certs::apache::apache_client_ca_cert ,
99 ssl_chain => $certs::apache::apache_ca_cert ,
1010 proxy_backend => " http://localhost:${katello_devel::rails_port} /" ,
1111 proxy_assets => true ,
Original file line number Diff line number Diff line change 128128 $foreman_cert_dir = " ${deployment_dir} /foreman-certs"
129129
130130 include certs
131+ include certs::candlepin
131132
132133 $candlepin_url = $katello::params::candlepin_url
133- $candlepin_ca_cert = $certs::ca_cert
134+ $candlepin_ca_cert = $certs::candlepin:: ca_cert
134135
135136 $ssl_ca_file = " ${foreman_cert_dir} /proxy_ca.pem"
136137 $ssl_certificate = " ${foreman_cert_dir} /client_cert.pem"
You can’t perform that action at this time.
0 commit comments