Revision
124
Author
misc
Date
2010-11-05 02:08:21 +0100 (Fri, 05 Nov 2010)

Log Message

- add a class for mod_fastcgi

Modified Paths

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":