add the directory that will hold ssl certs
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 }