[Mageia-sysadm] [192] - add a mod_ssl class

root at mageia.org root at mageia.org
Mon Nov 8 00:30:39 CET 2010


Revision: 192
Author:   misc
Date:     2010-11-08 00:30:39 +0100 (Mon, 08 Nov 2010)
Log Message:
-----------
- add a mod_ssl class

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

Modified: puppet/modules/apache/manifests/init.pp
===================================================================
--- puppet/modules/apache/manifests/init.pp	2010-11-07 13:17:28 UTC (rev 191)
+++ puppet/modules/apache/manifests/init.pp	2010-11-07 23:30:39 UTC (rev 192)
@@ -51,6 +51,12 @@
         }
     }
 
+    class mod_ssl inherits base {
+        package { "apache-mod_ssl":
+            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/20101108/ac9288fc/attachment.html>


More information about the Mageia-sysadm mailing list