Skip to content

Commit 376c05c

Browse files
committed
Add apache_client_ca_cert parameter to be used as public API
Signed-off-by: Eric D. Helms <[email protected]>
1 parent 9585baa commit 376c05c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

manifests/apache.pp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@
6666
$apache_cert_name = "${hostname}-apache"
6767
$apache_cert = "${pki_dir}/certs/katello-apache.crt"
6868
$apache_key = "${pki_dir}/private/katello-apache.key"
69-
# This variable is unused but considered public API
69+
70+
# These variables are unused but considered public API
7071
$apache_ca_cert = $certs::katello_server_ca_cert
72+
$apache_client_ca_cert = $certs::katello_default_ca_cert
7173

7274
$apache_cert_path = "${certs::ssl_build_dir}/${hostname}/${apache_cert_name}"
7375

0 commit comments

Comments
 (0)