/[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 1599 by pterjan, Sun May 8 19:12:41 2011 UTC revision 1617 by boklm, Thu May 19 10:07:12 2011 UTC
# Line 188  class apache { Line 188  class apache {
188          }          }
189      }      }
190    
191      define vhost_catalyst_app($script, $location = '', $process = 4, $use_ssl = false) {      define vhost_catalyst_app($script, $location = '', $process = 4, $use_ssl = false, $vhost = false) {
192    
193          include apache::mod_fastcgi          include apache::mod_fastcgi
194          vhost_base { $name:          vhost_base { $name:
195                vhost => $vhost,
196              use_ssl => $use_ssl,              use_ssl => $use_ssl,
197              content => template("apache/vhost_catalyst_app.conf")              content => template("apache/vhost_catalyst_app.conf")
198          }          }

Legend:
Removed from v.1599  
changed lines
  Added in v.1617

  ViewVC Help
Powered by ViewVC 1.1.30