-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-apache
base: v8.4.0
head repository: puppetlabs/puppetlabs-apache
compare: v8.5.0
- 12 commits
- 11 files changed
- 7 contributors
Commits on Nov 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cd9673b - Browse repository at this point
Copy the full SHA cd9673bView commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 547cbd5 - Browse repository at this point
Copy the full SHA 547cbd5View commit details
Commits on Dec 1, 2022
-
Clean up SELinux handling in acceptance testing.
This attempts to unify SELinux handling in the tests. It moves the package installation to the acceptance spec helper to reduce duplication. It then makes the set_apache_defaults line idempotent and restorecon_apache correctly chained. This works around [PUP-10548] which is that Puppet doesn't reload file contexts within a run. That means it must first create the file(s) and then run restorecon to get correct contexts. [PUP-10548]: https://tickets.puppetlabs.com/browse/PUP-10548
Configuration menu - View commit details
-
Copy full SHA for 12ab304 - Browse repository at this point
Copy the full SHA 12ab304View commit details
Commits on Dec 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 08fd949 - Browse repository at this point
Copy the full SHA 08fd949View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eb13d2 - Browse repository at this point
Copy the full SHA 1eb13d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fa1fd4 - Browse repository at this point
Copy the full SHA 2fa1fd4View commit details
Commits on Dec 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 29faa1a - Browse repository at this point
Copy the full SHA 29faa1aView commit details
Commits on Dec 5, 2022
-
Merge pull request #2320 from ekohl/clean-up-selinux-in-acceptance
Clean up SELinux handling in acceptance testing.
Configuration menu - View commit details
-
Copy full SHA for 9aabe24 - Browse repository at this point
Copy the full SHA 9aabe24View commit details -
Merge pull request #2345 from stefan-ahrefs/main
add LimitRequestLine parameter
Configuration menu - View commit details
-
Copy full SHA for 255b005 - Browse repository at this point
Copy the full SHA 255b005View commit details -
Merge pull request #2339 from mdklapwijk-forks/patch-mod-security-uni…
…que_id-naming remove _module from apache::mod::unique_id name.
Configuration menu - View commit details
-
Copy full SHA for 1d2302d - Browse repository at this point
Copy the full SHA 1d2302dView commit details
Commits on Dec 6, 2022
-
disable::mpm_event: Fix module deactivation
there were a few things broken: * a2dismod was called with the wrong module name. at least on apache 2.4.54 on Debian 11 it is named mpm_event, not event * the paths to the files were wrong * a2dismod already purges the .load and .conf file, the exec resources are not required (even then a file resource would probably be cleaner to purge them) * Apache needs to be reloaded, so just running this priot to apache2::service isn't enough, it needs to be a notify This initially worked but was changed from mpm_event to event in #1961. Then it was fixed in #2034 by adding the exec resources, but the actual a2dismod was still broken.
Configuration menu - View commit details
-
Copy full SHA for 1797602 - Browse repository at this point
Copy the full SHA 1797602View commit details -
Merge pull request #2349 from bastelfreak/mpm_event
disable::mpm_event: Fix module deactivation
Configuration menu - View commit details
-
Copy full SHA for 0b74e1d - Browse repository at this point
Copy the full SHA 0b74e1dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.4.0...v8.5.0