-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(MODULES-10712) Fix mod_ldap on RH/CentOS 5 and 6 #2041
(MODULES-10712) Fix mod_ldap on RH/CentOS 5 and 6 #2041
Conversation
apache::params is a classBreaking changes to this file WILL impact these 12 modules (exact match):Breaking changes to this file MAY impact these 16 modules (near match):This module is declared in 174 of 575 indexed public
|
Not really sure why acceptance is failing on el8... |
@h-haaks Apologies - those test failures were indeed caused by #2040. Not quite sure what I was thinking, but that PR should have gone through a CI test run before being merged. For some reason it did not kick off the tests and I didn't pick up on that before merging, thinking it was all good to go. I'm prep'ing a fix to |
2b6ec77
to
b406f19
Compare
@sanfrancrisko I have pulled the last changes into StatensPensjonskasse:master and rebased StatensPensjonskasse:fix-mod_ldap-on-rhel6. |
@h-haaks If you rebase with |
Also, probably worth making you aware of #2021 - it shouldn't cause a conflict, but worth highlighting since the change is in a similar spot. |
b406f19
to
cbef540
Compare
Codecov Report
@@ Coverage Diff @@
## master #2041 +/- ##
=======================================
Coverage 58.49% 58.49%
=======================================
Files 12 12
Lines 212 212
=======================================
Hits 124 124
Misses 88 88 Continue to review full report at Codecov.
|
Thanks @sanfrancrisko now all tests are green :) |
@h-haaks The PR LGTM. I quickly tested locally with an acceptance test for a bit of extra sanity. I put up a PR with the test against your fork, if you wouldn't mind merging? https://github.com/StatensPensjonskasse/puppetlabs-apache/pull/1 After that, happy to merge 👍 Thanks again for the fix. |
(MODULES-10712) Exclude test from RHEL 8.x platforms
(MODULES-10712) Add acceptance test for 'mod::ldap'
Merged and tested all green. Ready for merge @sanfrancrisko :) |
#1913 changed ldap package to always be mod_ldap, but on rhel/centos 5 and 6 mod_ldap is in the httpd package and there is no mod_ldap package.