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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2707 - (show annotations) (download)
Mon Apr 2 11:05:37 2012 UTC (12 years ago) by misc
File size: 450 byte(s)
split vhost_catalyst_app in a separate file
1 define apache::vhost::catalyst_app( $script,
2 $location = '',
3 $process = 4,
4 $use_ssl = false,
5 $vhost = false) {
6 include apache::mod::fastcgi
7 apache::vhost::base { $name:
8 vhost => $vhost,
9 use_ssl => $use_ssl,
10 content => template('apache/vhost_catalyst_app.conf'),
11 }
12 }
13
14

  ViewVC Help
Powered by ViewVC 1.1.30