aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/apache/manifests/init.pp')
-rw-r--r--modules/apache/manifests/init.pp20
1 files changed, 0 insertions, 20 deletions
diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp
index d1bddc4b..6abade4f 100644
--- a/modules/apache/manifests/init.pp
+++ b/modules/apache/manifests/init.pp
@@ -57,26 +57,6 @@ class apache {
package { "apache-mod_fastcgi": }
}
- class mod_ssl inherits base {
- file { "/etc/ssl/apache/":
- ensure => directory
- }
-
- openssl::self_signed_cert{ 'localhost':
- directory => '/etc/ssl/apache/',
- before => Apache::Config['/etc/httpd/conf/vhosts.d/01_default_ssl_vhost.conf'],
- }
-
- package { "apache-mod_ssl": }
-
- apache::config {
- '/etc/httpd/conf/vhosts.d/01_default_ssl_vhost.conf':
- content => template("apache/01_default_ssl_vhost.conf");
- "/etc/httpd/conf.d/ssl.conf":
- content => template("apache/ssl.conf");
- }
- }
-
class mod_wsgi inherits base {
package { "apache-mod_wsgi": }