aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-09 12:55:48 +0000
committerMichael Scherer <misc@mageia.org>2010-12-09 12:55:48 +0000
commit8dd75ac7fc42d4b49d523880e4783b45027d2631 (patch)
treeab46c8d5968eb82ddb06581c2fd5a7f3dd7fc8f8 /modules
parentd7db763b6c77c1b31d4a675a83cada765bc0fcd5 (diff)
downloadpuppet-8dd75ac7fc42d4b49d523880e4783b45027d2631.tar
puppet-8dd75ac7fc42d4b49d523880e4783b45027d2631.tar.gz
puppet-8dd75ac7fc42d4b49d523880e4783b45027d2631.tar.bz2
puppet-8dd75ac7fc42d4b49d523880e4783b45027d2631.tar.xz
puppet-8dd75ac7fc42d4b49d523880e4783b45027d2631.zip
- oups, seems I forgot that certificates were already created by apache class
Diffstat (limited to 'modules')
-rw-r--r--modules/catdap/manifests/init.pp3
-rw-r--r--modules/epoll/manifests/init.pp4
2 files changed, 0 insertions, 7 deletions
diff --git a/modules/catdap/manifests/init.pp b/modules/catdap/manifests/init.pp
index e5b3c89a..01709618 100644
--- a/modules/catdap/manifests/init.pp
+++ b/modules/catdap/manifests/init.pp
@@ -40,7 +40,4 @@ class catdap {
apache::vhost_redirect_ssl { $catdap_vhost: }
- openssl::self_signed_cert{ "$catdap_vhost":
- directory => "/etc/ssl/apache/"
- }
}
diff --git a/modules/epoll/manifests/init.pp b/modules/epoll/manifests/init.pp
index 5a8c4da9..e32990c9 100644
--- a/modules/epoll/manifests/init.pp
+++ b/modules/epoll/manifests/init.pp
@@ -12,10 +12,6 @@ class epoll {
require => Package['Epoll']
}
- openssl::self_signed_cert{ "$vhost":
- directory => "/etc/ssl/apache/"
- }
-
apache::vhost_redirect_ssl { $vhost: }
$password = extlookup("epoll_password",'x')