forked from theforeman/puppet-foreman
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #29780 - Drop Passenger support
With Foreman 2.5, support to run with Passenger (technically mod_passenger) is dropped in favor of using Puma with a reverse proxy. This also moves the request headers part of settings.yaml to a concat fragment to simplify some code. It keeps in code to remove tfm-rubygem-passenger-native on EL7 which it previously didn't do, but is nice to do. It doesn't remove mod_passenger itself since that's not managed in this module.
- Loading branch information
Showing
10 changed files
with
232 additions
and
489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.