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

Passenger support #112

Merged
merged 4 commits into from
Nov 12, 2012
Merged

Passenger support #112

merged 4 commits into from
Nov 12, 2012

Conversation

antaflos
Copy link
Contributor

This adds support for the Phusion Passenger module. It requires a native operating system package mod_passenger in RHEL/Centos/Fedora and libapache2-mod-passenger in Debian/Ubuntu, for example as provided by https://www.phusionpassenger.com/native_packages

require => Package['httpd'],
}

a2mod { 'passenger':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should notify => Service['httpd'] to ensure this mod is available before the service restarts

hunner added a commit that referenced this pull request Nov 12, 2012
@hunner hunner merged commit 94ebca3 into puppetlabs:master Nov 12, 2012
traylenator pushed a commit to traylenator/puppetlabs-apache that referenced this pull request Jun 7, 2022
stubbing processor fact to fix failures on osx
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.

4 participants