File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 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) {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments