summaryrefslogtreecommitdiff
path: root/manifests/vhost/passenger.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost/passenger.pp')
-rw-r--r--manifests/vhost/passenger.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/vhost/passenger.pp b/manifests/vhost/passenger.pp
index 5526125..2b480c5 100644
--- a/manifests/vhost/passenger.pp
+++ b/manifests/vhost/passenger.pp
@@ -39,6 +39,7 @@ define apache::vhost::passenger(
$mod_security_additional_options = 'absent',
$ssl_mode = false,
$vhost_mode = 'template',
+ $template_partial = 'apache/vhosts/passenger/partial.erb',
$vhost_source = 'absent',
$vhost_destination = 'absent',
$htpasswd_file = 'absent',
@@ -106,7 +107,7 @@ define apache::vhost::passenger(
ensure => $ensure,
path => "${real_path}/www/public",
path_is_webdir => true,
- template_partial => 'apache/vhosts/passenger/partial.erb',
+ template_partial => $template_partial,
logmode => $logmode,
logpath => "${real_path}/logs",
vhost_mode => $vhost_mode,