(FM-8662) Correction in manifests/mod/ssl.pp for SLES 11 #1963
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
There were Pipelines CI test failures being caused by Apache not being able to load the SSL module on SLES 11:
https://pipelines.puppet.com/team-modules/builds/599671
Upon investigation, it appears as though the path to the mod_ssl.so is incorrect: https://github.com/cmccrisken-puppet/puppetlabs-apache/blob/caf1c141d9a3820ba1b74469241eee6c2feeb332/manifests/mod/ssl.pp#L162
It appears to have been updated correctly in other places in our code base:
https://github.com/search?q=org%3Apuppetlabs+%2Fusr%2Flib64%2Fapache2-prefork&type=Code
Making the same change to manifests/mod/ssl.pp results in the test passing.