/[adm]/puppet/modules/apache/manifests/vhost/catalyst_app.pp
ViewVC logotype

Diff of /puppet/modules/apache/manifests/vhost/catalyst_app.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3434 by pterjan, Fri Apr 4 13:34:55 2014 UTC revision 3435 by pterjan, Fri Apr 4 13:48:09 2014 UTC
# Line 6  define apache::vhost::catalyst_app( $scr Line 6  define apache::vhost::catalyst_app( $scr
6                                      $vhost = false) {                                      $vhost = false) {
7      include apache::mod::fastcgi      include apache::mod::fastcgi
8      if ($location) {      if ($location) {
9        $aliases = merge($aliases, {'/static' => "$location/root/static"})        $aliases['/static'] = "$location/root/static"
10      }      }
11    
12      $aliases = merge($aliases, {'/' => $script})      $aliases['/'] = $script
13    
14      apache::vhost::base { $name:      apache::vhost::base { $name:
15          vhost   => $vhost,          vhost   => $vhost,

Legend:
Removed from v.3434  
changed lines
  Added in v.3435

  ViewVC Help
Powered by ViewVC 1.1.30