summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2013-02-27 14:59:30 -0500
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2013-02-27 15:32:12 -0500
commit4f5070b5248c581b8fdacfb6e5af5035385c158a (patch)
tree0ee66c4993e831f78d7c1948a81029a3e7644447
parent3da142d5d7d22babd5dcfc412ccf1014fa2be95e (diff)
Include apache to ensure subclass declarations work correctly.
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c91cc69..015de90 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -13,6 +13,7 @@ class passenger (
$librack_ensure_version = 'installed',
$passenger_bin_path = '/usr/sbin' )
{
+ include apache
if ! $use_gems {
apache::module { 'passenger':