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

Annotation of /puppet/modules/apache/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2707 - (hide annotations) (download)
Mon Apr 2 11:05:37 2012 UTC (11 years, 11 months ago) by misc
File size: 504 byte(s)
split vhost_catalyst_app in a separate file
1 misc 80 class apache {
2 misc 742 define vhost_simple($location) {
3     include apache::base
4 misc 2689 apache::vhost::base { $name:
5 misc 928 location => $location,
6     }
7 misc 742 }
8    
9 boklm 1319 define vhost_redirect($url,
10 misc 2225 $vhost = false,
11     $use_ssl = false) {
12 misc 931 include apache::base
13 misc 2689 apache::vhost::base { $name:
14 boklm 1319 use_ssl => $use_ssl,
15     vhost => $vhost,
16 misc 931 content => template("apache/vhost_redirect.conf"),
17     }
18     }
19    
20 misc 80 }

  ViewVC Help
Powered by ViewVC 1.1.30