summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-06-26 20:14:34 -0400
committerMicah Anderson <micah@riseup.net>2013-06-26 20:14:34 -0400
commit044211671f9a40a92b45da07826941a6b0b68d76 (patch)
treea0827dba13d6cc7107a17d606142825945e67d44
parent00ea2b7e7c59ebd6495659c1131e7270f02d76ec (diff)
replace include with class ordering hint, the include keeps the parameterized apache class from being used when any non-default parameters are passed
-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':