/[adm]/puppet/modules/apache/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/apache/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2552 by misc, Sat Mar 17 01:25:04 2012 UTC revision 2680 by misc, Sun Mar 25 12:20:18 2012 UTC
# Line 57  class apache { Line 57  class apache {
57          package { "apache-mod_fastcgi": }          package { "apache-mod_fastcgi": }
58      }      }
59    
     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");  
         }  
     }  
   
60      class mod_wsgi inherits base {      class mod_wsgi inherits base {
61          package { "apache-mod_wsgi": }          package { "apache-mod_wsgi": }
62    

Legend:
Removed from v.2552  
changed lines
  Added in v.2680

  ViewVC Help
Powered by ViewVC 1.1.30