File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2121 String $ca_key_password = $certs::ca_key_password,
2222 Stdlib::Absolutepath $ca_key_password_file = $certs::ca_key_password_file,
2323) {
24+ $default_ca_path = " ${certs::ssl_build_dir} /${default_ca_name} .crt"
2425 $server_ca_path = " ${certs::ssl_build_dir} /${server_ca_name} .crt"
2526
2627 file { $ca_key_password_file:
5657 } else {
5758 file { $server_ca_path:
5859 ensure => file ,
59- source => " ${certs::ssl_build_dir} / ${default_ca_name} .crt " ,
60+ source => $default_ca_path ,
6061 owner => ' root' ,
6162 group => ' root' ,
6263 mode => ' 0644' ,
7475 if $deploy {
7576 file { $certs::katello_default_ca_cert :
7677 ensure => file ,
77- source => " ${certs::ssl_build_dir} / ${default_ca_name} .crt " ,
78+ source => $default_ca_path ,
7879 owner => ' root' ,
7980 group => ' root' ,
8081 mode => ' 0644' ,
You can’t perform that action at this time.
0 commit comments