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

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
         }