puppetlabs-apache icon indicating copy to clipboard operation
puppetlabs-apache copied to clipboard

Added cache_disk

Open dploeger opened this issue 1 year ago • 14 comments

Summary

This deprecates apache::mod::disk_cache and instead adds support for apache::mod::cache_disk. Also adds parameters to both apache::mod::cache_disk and apache::mod::cache.

Additional Context

Since Apache 2.4 mod_disk_cache is named mod_cache_disk. This officially supports mod_cache_disk and additionally adds configuration options for it. To be backwards compatible, the old module is still available and simply uses the new module.

Checklist

  • [x] 🟢 Spec tests.
  • [x] 🟢 Acceptance tests.
  • [x] Manually verified. (For example puppet apply)

dploeger avatar Jan 12 '24 07:01 dploeger