Skip to content

Commit

Permalink
Avoid update-ca-trust enable on EL9
Browse files Browse the repository at this point in the history
Recent versions of ca-certificates in CentOS Stream 9 have become
stricter in argument parsing and have started to reject the invalid
enable command. In practice this isn't needed at least since EL 7.

This updates Puppet modules that still called enable.
  • Loading branch information
ekohl committed Aug 21, 2024
1 parent 921fcf6 commit 70c2425
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ mod 'theforeman/pulpcore', '~> 10.3.0'
mod 'theforeman/foreman', '~> 25.2.0'
mod 'theforeman/foreman_proxy', '~> 26.1.0'
mod 'theforeman/puppet', '~> 20.0.0'
mod 'katello/foreman_proxy_content', '~> 29.0.0'
mod 'katello/foreman_proxy_content', '~> 29.0.1'
mod 'katello/certs', '~> 19.0.0'
mod 'katello/katello', '~> 25.2.0'
6 changes: 3 additions & 3 deletions Puppetfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FORGE
katello-certs (19.0.0)
puppet-extlib (>= 3.0.0, < 8.0.0)
puppetlabs-stdlib (>= 4.25.0, < 10.0.0)
katello-foreman_proxy_content (29.0.0)
katello-foreman_proxy_content (29.0.1)
katello-certs (>= 15.0.0, < 20.0.0)
puppet-extlib (>= 3.0.0, < 8.0.0)
puppet-trusted_ca (>= 2.0.0, < 6.0.0)
Expand All @@ -35,7 +35,7 @@ FORGE
puppet-systemd (7.1.0)
puppetlabs-inifile (>= 1.6.0, < 7.0.0)
puppetlabs-stdlib (>= 8.5.0, < 10.0.0)
puppet-trusted_ca (5.0.0)
puppet-trusted_ca (5.1.0)
puppetlabs-stdlib (>= 9.0.0, < 10.0.0)
puppetlabs-apache (12.1.0)
puppetlabs-concat (>= 2.2.1, < 10.0.0)
Expand Down Expand Up @@ -100,7 +100,7 @@ FORGE
DEPENDENCIES
katello-candlepin (~> 16.1.0)
katello-certs (~> 19.0.0)
katello-foreman_proxy_content (~> 29.0.0)
katello-foreman_proxy_content (~> 29.0.1)
katello-katello (~> 25.2.0)
puppet-redis (>= 8.5.0)
puppetlabs-apache (>= 8.3)
Expand Down

0 comments on commit 70c2425

Please sign in to comment.