Parent Directory | Revision Log
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 |