Project

General

Profile

« Previous | Next » 

Revision 76c7f4bb

Added by Markus Frosch about 8 years ago

Allow user to select vhost priority

closes GH-418

View differences:

manifests/config/passenger/fragment.pp
) {
require foreman::config::passenger
$http_path = "${::apache::confd_dir}/05-foreman.d/${name}.conf"
$https_path = "${::apache::confd_dir}/05-foreman-ssl.d/${name}.conf"
$_priority = $foreman::config::passenger::priority
$http_path = "${::apache::confd_dir}/${_priority}-foreman.d/${name}.conf"
$https_path = "${::apache::confd_dir}/${_priority}-foreman-ssl.d/${name}.conf"
if $content and $content != '' {
file { $http_path:

Also available in: Unified diff