[Mageia-sysadm] [487] add the directory that will hold ssl certs

root at mageia.org root at mageia.org
Tue Nov 30 20:21:47 CET 2010


Revision: 487
Author:   misc
Date:     2010-11-30 20:21:47 +0100 (Tue, 30 Nov 2010)
Log Message:
-----------
add the directory that will hold ssl certs

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

Modified: puppet/modules/apache/manifests/init.pp
===================================================================
--- puppet/modules/apache/manifests/init.pp	2010-11-30 19:21:46 UTC (rev 486)
+++ puppet/modules/apache/manifests/init.pp	2010-11-30 19:21:47 UTC (rev 487)
@@ -59,6 +59,10 @@
     }
 
     class mod_ssl inherits base {
+        file { "/etc/ssl/apache/":
+            ensure => directory
+        }
+
         package { "apache-mod_ssl":
             ensure => installed
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101130/f6c4a83b/attachment.html>


More information about the Mageia-sysadm mailing list