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.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/passenger.pp b/manifests/vhost/passenger.pp
index 0507add..6886f13 100644
--- a/manifests/vhost/passenger.pp
+++ b/manifests/vhost/passenger.pp
@@ -76,7 +76,6 @@ define apache::vhost::passenger(
},
default => $path
}
- $gempath = "${real_path}/gems"
file{
["${real_path}/www/tmp", "${real_path}/www/log"]:
ensure => directory,
@@ -132,6 +131,7 @@ define apache::vhost::passenger(
mod_security_relevantonly => $mod_security_relevantonly,
mod_security_rules_to_disable => $mod_security_rules_to_disable,
mod_security_additional_options => $mod_security_additional_options,
+ gempath => "${real_path}/gems"
}
}