[Mageia-sysadm] [533] - add perl-CGI-Fast, since it is required by sympa-www for fastcgi
root at mageia.org
root at mageia.org
Tue Dec 7 03:40:33 CET 2010
Revision: 533
Author: misc
Date: 2010-12-07 03:40:33 +0100 (Tue, 07 Dec 2010)
Log Message:
-----------
- add perl-CGI-Fast, since it is required by sympa-www for fastcgi
Modified Paths:
--------------
puppet/modules/sympa/manifests/init.pp
Modified: puppet/modules/sympa/manifests/init.pp
===================================================================
--- puppet/modules/sympa/manifests/init.pp 2010-12-07 02:40:32 UTC (rev 532)
+++ puppet/modules/sympa/manifests/init.pp 2010-12-07 02:40:33 UTC (rev 533)
@@ -1,7 +1,8 @@
class sympa {
+
+ # perl-CGI-Fast is needed for fast cgi
+ $package_list = ['sympa', 'sympa-www', 'perl-CGI-Fast']
- $package_list = ['sympa', 'sympa-www']
-
package { $package_list:
ensure => installed;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101207/f10e7f9f/attachment.html>
More information about the Mageia-sysadm
mailing list