From c2193862e93edce695a8804e72fcd4da23045a2d Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 4 Nov 2010 15:53:24 +0000 Subject: - since catdap use fcgid ( in the example file given by buchan ), let's add this --- modules/apache/manifests/init.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/apache/manifests') diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp index 48bb1835..4df6ba0a 100644 --- a/modules/apache/manifests/init.pp +++ b/modules/apache/manifests/init.pp @@ -24,6 +24,13 @@ class apache { } } + class mod_fcgid inherits base { + package { "apache-mod_fcgid": + ensure => installed + } + } + + class mod_wsgi inherits base { package { "apache-mod_wsgi": ensure => installed -- cgit v1.2.1