diff --git a/manifests/ca.pp b/manifests/ca.pp index c0724112..ec138a87 100644 --- a/manifests/ca.pp +++ b/manifests/ca.pp @@ -56,9 +56,7 @@ } file { "${certs::ssl_build_dir}/KATELLO-TRUSTED-SSL-CERT": - ensure => link, - target => $server_ca_path, - require => File[$server_ca_path], + ensure => absent, } }