summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-07-08 21:36:20 -0400
committerMicah Anderson <micah@riseup.net>2012-07-08 21:36:20 -0400
commitffdb617e2002fb723a24befaee5171ef5bcf05a0 (patch)
treef377e4f35d13659117a94f42ae13734a4c952ae3 /manifests/debian.pp
parent39d499fcb04b3c920f64fc5cc1d8a0933f0a09e4 (diff)
Passenger Module: apache2::module doesn't exist in apache module, this updates
things to work with the apache module which includes the class apache::module
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index f351111..f82c63f 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -3,6 +3,7 @@ class passenger::debian inherits passenger::base {
if !defined(Package["libapache2-mod-passenger"]) {
if $passenger_ensure_version == '' { $passenger_ensure_version = 'installed' }
apache::debian::module { 'passenger':
+ module => 'passenger',
ensure => $passenger_ensure_version,
package_name => 'libapache2-mod-passenger';
}