/[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 1193 by misc, Thu Feb 24 14:33:39 2011 UTC revision 1237 by boklm, Wed Mar 2 20:05:22 2011 UTC
# Line 140  class apache { Line 140  class apache {
140    
141          if $use_ssl {          if $use_ssl {
142              include apache::mod_ssl              include apache::mod_ssl
143              openssl::self_signed_cert{ "$real_vhost":              if ! $wildcard_sslcert {
144                  directory => "/etc/ssl/apache/",                  openssl::self_signed_cert{ "$real_vhost":
145                  before => File["$filename"],                      directory => "/etc/ssl/apache/",
146              }                      before => File["$filename"],
147                    }
148                }
149          }          }
150    
151          if $enable_public_html {          if $enable_public_html {

Legend:
Removed from v.1193  
changed lines
  Added in v.1237

  ViewVC Help
Powered by ViewVC 1.1.30