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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2707 - (hide annotations) (download)
Mon Apr 2 11:05:37 2012 UTC (12 years, 5 months ago) by misc
File size: 450 byte(s)
split vhost_catalyst_app in a separate file
1 misc 2707 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