-
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
ensure mpm_event is disabled under debian 9 if mpm itk is used #1766
ensure mpm_event is disabled under debian 9 if mpm itk is used #1766
Conversation
Currently, on Debian 9 specifically, the event mod may be enabled when trying to use a different mpm. This ensures event is disabled if another mpm is chosen. Also closes puppetlabs#1766
bfad6fa
to
b22bdbb
Compare
Currently, on Debian 9 specifically, the event mod may be enabled when trying to use a different mpm. This ensures event is disabled if another mpm is chosen. Also closes puppetlabs#1766
b92c400
to
6e8537a
Compare
Hey @zivis , I've started work to try and get a fix in for this mpm issue merged. As you've seen there are multiple PRs that were open to address this issue. |
Hi @HelenCampbell I have reworked this branch/commit to also fix the ubuntu 18.04 issue mentioned in #1767 |
6e8537a
to
a81d1af
Compare
More than happy enough to get this PR merged instead, though there's a few changes that'd be required if you'd be happy enough I put this through review: |
a81d1af
to
38f9adc
Compare
i have a problem now, the run is not idempotent, i'll try to fix it… |
38f9adc
to
3c2f61a
Compare
it seems the run is now idempotent. |
385d2d1
to
af2d48d
Compare
af2d48d
to
517a776
Compare
sorry @HelenCampbell for this being so hard in progress… i think travis should be happy now ;) but many thanks to you for taking time to review this :) the ensure_resource is needed to prevent duplicate resources. |
No problem @zivis ! Thank you for working with all my feedback, this is looking in great shape :) It's the end of my working day but I'll run this through one of our pipelines tomorrow and if it's good to go I'll get it merged in. |
b289d0c
to
eceba27
Compare
eceba27
to
22cece7
Compare
I have tested against ubuntu 18.04, Debian 8/9 with mod_prefork and itk. |
Merged, Thank you for all your work! 🥇 |
On debian 9 using mod_itk as mpm with:
apache 2.4.25-3+deb9u3 and
libapache2-mpm-itk 2.4.7-04-1
You have to disable mpm_event before installing libapache2-mpm-itk …
smells a bit like https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734865 although it should be fixed…