diff options
-rw-r--r-- | modules/mga-mirrors/manifests/init.pp | 5 |
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/', }, } |