/[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 167 by misc, Fri Nov 5 23:29:16 2010 UTC revision 176 by misc, Sat Nov 6 09:36:03 2010 UTC
# Line 54  class apache { Line 54  class apache {
54          }          }
55      }      }
56    
57      define vhost_catalyst_app($script, $process = 4, $force_ssl = false) {      define vhost_redirect_ssl() {
58            file { "redirect_ssl_$name.conf":
59                path => "/etc/httpd/conf/vhosts.d/redirect_ssl_$name.conf",
60                ensure => "present",
61                owner => root,
62                group => root,
63                mode => 644,
64                notify => Service['apache'],
65                content => template("apache/vhost_ssl_redirect.conf")
66            }
67        }
68    
69        define vhost_catalyst_app($script, $process = 4, $use_ssl = false) {
70    
71          include apache::mod_fastcgi          include apache::mod_fastcgi
72    

Legend:
Removed from v.167  
changed lines
  Added in v.176

  ViewVC Help
Powered by ViewVC 1.1.30