54 |
} |
} |
55 |
} |
} |
56 |
|
|
57 |
define vhost_catalyst_app($script, $process = 4, $force_ssl = false) { |
define vhost_redirect_ssl() { |
58 |
|
file { "redirect_ssl_$name.conf": |
59 |
|
path => "/etc/httpd/conf/vhosts.d/redirect_ssl_$name.conf", |
60 |
|
ensure => "present", |
61 |
|
owner => root, |
62 |
|
group => root, |
63 |
|
mode => 644, |
64 |
|
notify => Service['apache'], |
65 |
|
content => template("apache/vhost_ssl_redirect.conf") |
66 |
|
} |
67 |
|
} |
68 |
|
|
69 |
|
define vhost_catalyst_app($script, $process = 4, $use_ssl = false) { |
70 |
|
|
71 |
include apache::mod_fastcgi |
include apache::mod_fastcgi |
72 |
|
|