- since catdap use fcgid ( in the example file given by buchan ), let's add this
Modified: puppet/modules/apache/manifests/init.pp =================================================================== --- puppet/modules/apache/manifests/init.pp 2010-11-04 14:59:38 UTC (rev 83) +++ puppet/modules/apache/manifests/init.pp 2010-11-04 15:53:24 UTC (rev 84) @@ -24,6 +24,13 @@ } } + class mod_fcgid inherits base { + package { "apache-mod_fcgid": + ensure => installed + } + } + + class mod_wsgi inherits base { package { "apache-mod_wsgi": ensure => installed