/[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 2488 by misc, Thu Mar 15 13:52:26 2012 UTC revision 2552 by misc, Sat Mar 17 01:25:04 2012 UTC
# Line 62  class apache { Line 62  class apache {
62              ensure => directory              ensure => directory
63          }          }
64    
65            openssl::self_signed_cert{ 'localhost':
66                directory => '/etc/ssl/apache/',
67                before => Apache::Config['/etc/httpd/conf/vhosts.d/01_default_ssl_vhost.conf'],
68            }
69    
70          package { "apache-mod_ssl": }          package { "apache-mod_ssl": }
71    
72          apache::config {          apache::config {

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

  ViewVC Help
Powered by ViewVC 1.1.30