Project

General

Profile

« Previous | Next » 

Revision 5bd2f7d4

Added by Dominic Cleal about 10 years ago

Remove passenger.conf replace=false workaround

View differences:

manifests/config/passenger.pp
include ::apache::mod::headers
include ::apache::mod::passenger
if $::osfamily == 'RedHat' {
# Work around https://github.com/puppetlabs/puppetlabs-apache/pull/563
File <| title == 'passenger.conf' |> {
replace => false,
}
Apache::Mod['passenger'] -> File['passenger.conf']
}
# Ensure the Version module is loaded as we need it in the Foreman vhosts
# RedHat distros come with this enabled. Newer Debian and Ubuntu distros
# comes also with this enabled. Only old Debian and Ubuntu distros (squeeze,

Also available in: Unified diff