Skip to content
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

Fix case of setting apache::mpm_module to false #1720

Merged
merged 1 commit into from
Dec 13, 2017

Conversation

edestecd
Copy link
Contributor

This commit: 0dcfa2a#diff-2c378354f8ec309dd88357170e38035d

Breaks a common setup of setting $::apache::mpm_module to false and declaring your own mpm module to set params etc. and results in the following error:


Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Left match operand must result in a String value. Got a Boolean. at /etc/puppetlabs/code/environments/production/modules/apache/manifests/mod/cgi.pp:5:10

This restores that functionality while still maintaining the intent of the original commit.
The net effect should be the same, but it handles more cases better.

@edestecd
Copy link
Contributor Author

@willmeek
Copy link

Thank you for your contribution, @edestecd

@willmeek willmeek merged commit eec907f into puppetlabs:master Dec 13, 2017
cegeka-jenkins pushed a commit to cegeka/puppet-apache that referenced this pull request Jul 15, 2020
Fix case of setting apache::mpm_module to false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants