From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000992.html | 85 +++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000992.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000992.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000992.html b/zarb-ml/mageia-sysadm/2010-November/000992.html new file mode 100644 index 000000000..e8672ce0d --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000992.html @@ -0,0 +1,85 @@ + + + + [Mageia-sysadm] [487] add the directory that will hold ssl certs + + + + + + + + + +

[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
+ -- cgit v1.2.1