[Mageia-sysadm] [84] - since catdap use fcgid ( in the example file given by buchan ), let' s add this

root at mageia.org root at mageia.org
Thu Nov 4 16:53:24 CET 2010


Revision: 84
Author:   misc
Date:     2010-11-04 16:53:24 +0100 (Thu, 04 Nov 2010)
Log Message:
-----------
- since catdap use fcgid ( in the example file given by buchan ), let's add this

Modified Paths:
--------------
    puppet/modules/apache/manifests/init.pp

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101104/ba0b195f/attachment-0001.html>


More information about the Mageia-sysadm mailing list