aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-mirrors
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-07-25 21:48:41 +0000
committerNicolas Vigier <boklm@mageia.org>2013-07-25 21:48:41 +0000
commit18724f77aa0ef4a6469476672036e409cc694879 (patch)
treed5befc82b8aacf331b41fd7d50a8a17f806e46bd /modules/mga-mirrors
parente599916eedccec963bb00dd73ab22bbd2f55b55a (diff)
downloadpuppet-18724f77aa0ef4a6469476672036e409cc694879.tar
puppet-18724f77aa0ef4a6469476672036e409cc694879.tar.gz
puppet-18724f77aa0ef4a6469476672036e409cc694879.tar.bz2
puppet-18724f77aa0ef4a6469476672036e409cc694879.tar.xz
puppet-18724f77aa0ef4a6469476672036e409cc694879.zip
mga-mirrors: remove fastcgi redefinition
Diffstat (limited to 'modules/mga-mirrors')
-rw-r--r--modules/mga-mirrors/manifests/init.pp7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/mga-mirrors/manifests/init.pp b/modules/mga-mirrors/manifests/init.pp
index 9ac8a890..8989c231 100644
--- a/modules/mga-mirrors/manifests/init.pp
+++ b/modules/mga-mirrors/manifests/init.pp
@@ -9,11 +9,12 @@ class mga-mirrors {
require => Package['mga-mirrors'],
}
- apache::vhost::catalyst_app { "ssl_$vhost":
+ apache::vhost::base { "ssl_$vhost":
vhost => $vhost,
use_ssl => true,
- script => '/usr/bin/mga_mirrors_fastcgi.pl',
- require => Package['mga-mirrors'],
+ aliases => {
+ '/' => '/usr/bin/mga_mirrors_fastcgi.pl/',
+ },
}
$pgsql_password = extlookup('mga_mirror_pgsql','x')