Modified: puppet/modules/apache/manifests/init.pp =================================================================== --- puppet/modules/apache/manifests/init.pp 2010-11-05 01:04:35 UTC (rev 123) +++ puppet/modules/apache/manifests/init.pp 2010-11-05 01:08:21 UTC (rev 124) @@ -42,6 +42,11 @@ } } + class mod_fastcgi inherits base { + package { "apache-mod_fastcgi": + ensure => installed + } + } class mod_wsgi inherits base { package { "apache-mod_wsgi":