aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-mirrors/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mga-mirrors/manifests/init.pp')
-rw-r--r--modules/mga-mirrors/manifests/init.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/mga-mirrors/manifests/init.pp b/modules/mga-mirrors/manifests/init.pp
index 536b4662..697019cb 100644
--- a/modules/mga-mirrors/manifests/init.pp
+++ b/modules/mga-mirrors/manifests/init.pp
@@ -13,12 +13,13 @@ class mga-mirrors {
}
}
- apache::vhost::base { "ssl_${vhost}":
+ apache::vhost::catalyst_app { "ssl_${vhost}":
+ script => '/usr/bin/mga_mirrors_fastcgi.pl',
+ require => Package['mga-mirrors'],
vhost => $vhost,
use_ssl => true,
aliases => {
'/status' => '/var/www/mirrors/status.html',
- '/' => '/usr/bin/mga_mirrors_fastcgi.pl/',
},
}