Skip to content

Commit

Permalink
Ensure KATELLO-TRUSTED-SSL-CERT is absent
Browse files Browse the repository at this point in the history
This file has been unused for a long time and removal simplifies the
module.
  • Loading branch information
ekohl committed Dec 19, 2024
1 parent c366540 commit 33130e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manifests/ca.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}

Expand Down

0 comments on commit 33130e2

Please sign in to comment.