Skip to content

Commit 9585baa

Browse files
committed
Remove unused ca_cert and ca_cert_stripped variables
Fixes: 028f93a ("Deploy CA directly from build directory")
1 parent b7c5b1a commit 9585baa

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

manifests/ca.pp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
String $owner = $certs::user,
1616
String $group = $certs::group,
1717
Stdlib::Absolutepath $katello_server_ca_cert = $certs::katello_server_ca_cert,
18-
Stdlib::Absolutepath $ca_cert = $certs::ca_cert,
19-
Stdlib::Absolutepath $ca_cert_stripped = $certs::ca_cert_stripped,
2018
String $ca_key_password = $certs::ca_key_password,
2119
Stdlib::Absolutepath $ca_key_password_file = $certs::ca_key_password_file,
2220
) {

manifests/init.pp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@
100100
}
101101
}
102102

103-
$ca_cert = "${pki_dir}/certs/${default_ca_name}.crt"
104-
$ca_cert_stripped = "${pki_dir}/certs/${default_ca_name}-stripped.crt"
105103
$ca_key_password = extlib::cache_data('foreman_cache_data', 'ca_key_password', extlib::random_password(24))
106104
$ca_key_password_file = "${ssl_build_dir}/${default_ca_name}.pwd"
107105

0 commit comments

Comments
 (0)