From 4f5070b5248c581b8fdacfb6e5af5035385c158a Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Wed, 27 Feb 2013 14:59:30 -0500 Subject: Include apache to ensure subclass declarations work correctly. --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) 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': -- cgit v1.2.3