[Mageia-sysadm] [80] - add a module for apache

root at mageia.org root at mageia.org
Thu Nov 4 02:09:23 CET 2010


Revision: 80
Author:   misc
Date:     2010-11-04 02:09:23 +0100 (Thu, 04 Nov 2010)
Log Message:
-----------
- add a module for apache

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

Added: puppet/modules/apache/manifests/init.pp
===================================================================
--- puppet/modules/apache/manifests/init.pp	                        (rev 0)
+++ puppet/modules/apache/manifests/init.pp	2010-11-04 01:09:23 UTC (rev 80)
@@ -0,0 +1,32 @@
+class apache {
+
+    class base {
+        package { "apache-mpm-prefork":
+            ensure => installed
+        }
+    
+        service { apache: 
+            ensure => running,
+            subscribe => [ Package['apache-mpm-prefork'] ],
+            path => "/etc/init.d/httpd"
+        }
+    }
+    
+    class mod_php inherits base {
+        package { "apache-mod_php":
+            ensure => installed
+        }
+    }
+
+    class mod_perl inherits base {
+        package { "apache-mod_perl":
+            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/b0674c10/attachment.html>


More information about the Mageia-sysadm mailing list
value='10'>10space:mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-03-25 11:43:05 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-03-25 11:43:05 +0100
commite873ed69449f4cbe0f055f0f9d25d0ef472fbc3a (patch)
treec1717f0d5a98ea7edcdfc60809b894eca282e327 /phpBB/phpbb/install/module/update_database/task
parent8d989810121e3baf315ceaf8d9cd225317a625d9 (diff)
parent6774c5077ddf82eb2f31e92d327ce6905b73c3df (diff)
downloadforums-e873ed69449f4cbe0f055f0f9d25d0ef472fbc3a.tar
forums-e873ed69449f4cbe0f055f0f9d25d0ef472fbc3a.tar.gz
forums-e873ed69449f4cbe0f055f0f9d25d0ef472fbc3a.tar.bz2
forums-e873ed69449f4cbe0f055f0f9d25d0ef472fbc3a.tar.xz
forums-e873ed69449f4cbe0f055f0f9d25d0ef472fbc3a.zip
Merge branch '3.1.x' into 3.2.x
* 3.1.x: [ticket/14241] Log fatal captcha error to error log [ticket/14241] Prevent empty q&a as a result of improper settings
Diffstat (limited to 'phpBB/phpbb/install/module/update_database/task')
0 files changed, 0 insertions, 0 deletions