summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index cf2dd04..2ac32ed 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -13,7 +13,7 @@ class passenger (
$librack_ensure_version = 'installed',
$passenger_bin_path = '/usr/sbin' )
{
- include ::apache
+ Class['::apache'] -> Class['passenger']
if ! $use_gems {
apache::module { 'passenger':