diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-30 19:21:47 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-30 19:21:47 +0000 |
commit | 6320ff91226d3f9419c51aeb36a0948600eba798 (patch) | |
tree | 8d305e7c5bdcfa7f381a094ad0f233947efcaf0d /modules/apache | |
parent | ab2267b5e76ec4eb9aaf57e3bfe8ec22705e9386 (diff) | |
download | puppet-6320ff91226d3f9419c51aeb36a0948600eba798.tar puppet-6320ff91226d3f9419c51aeb36a0948600eba798.tar.gz puppet-6320ff91226d3f9419c51aeb36a0948600eba798.tar.bz2 puppet-6320ff91226d3f9419c51aeb36a0948600eba798.tar.xz puppet-6320ff91226d3f9419c51aeb36a0948600eba798.zip |
add the directory that will hold ssl certs
Diffstat (limited to 'modules/apache')
-rw-r--r-- | modules/apache/manifests/init.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp index 57687d64..81e9f47f 100644 --- a/modules/apache/manifests/init.pp +++ b/modules/apache/manifests/init.pp @@ -59,6 +59,10 @@ class apache { } class mod_ssl inherits base { + file { "/etc/ssl/apache/": + ensure => directory + } + package { "apache-mod_ssl": ensure => installed } |