/[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 487 by misc, Tue Nov 30 19:21:47 2010 UTC revision 489 by misc, Tue Nov 30 19:21:49 2010 UTC
# Line 97  class apache { Line 97  class apache {
97    
98          include apache::mod_fastcgi          include apache::mod_fastcgi
99    
100            if $use_ssl {
101                include apache::mod_ssl
102                openssl::self_signed_cert{ "$name":
103                    directory => "/etc/ssl/apache/"
104                }
105            }
106    
107          file { "$name.conf":          file { "$name.conf":
108              path => "/etc/httpd/conf/vhosts.d/$name.conf",              path => "/etc/httpd/conf/vhosts.d/$name.conf",
109              ensure => "present",              ensure => "present",

Legend:
Removed from v.487  
changed lines
  Added in v.489

  ViewVC Help
Powered by ViewVC 1.1.30