/[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 1245 by boklm, Wed Mar 2 23:40:25 2011 UTC revision 1248 by boklm, Thu Mar 3 00:43:20 2011 UTC
# Line 152  class apache { Line 152  class apache {
152    
153          if $use_ssl {          if $use_ssl {
154              include apache::mod_ssl              include apache::mod_ssl
155              if ! $wildcard_sslcert {              if $wildcard_sslcert != 'true' {
156                  openssl::self_signed_cert{ "$real_vhost":                  openssl::self_signed_cert{ "$real_vhost":
157                      directory => "/etc/ssl/apache/",                      directory => "/etc/ssl/apache/",
158                      before => File["$filename"],                      before => File["$filename"],

Legend:
Removed from v.1245  
changed lines
  Added in v.1248

  ViewVC Help
Powered by ViewVC 1.1.30