aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-mirrors
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-05-19 10:31:17 +0000
committerNicolas Vigier <boklm@mageia.org>2011-05-19 10:31:17 +0000
commit93ebb03b2e25d2c277b886d7f3156d3bed720222 (patch)
treef877b3aaba024259f47ef868220f6c75719cb998 /modules/mga-mirrors
parent58cae911fce0df7403cd58db4cb099c67dde90a6 (diff)
downloadpuppet-93ebb03b2e25d2c277b886d7f3156d3bed720222.tar
puppet-93ebb03b2e25d2c277b886d7f3156d3bed720222.tar.gz
puppet-93ebb03b2e25d2c277b886d7f3156d3bed720222.tar.bz2
puppet-93ebb03b2e25d2c277b886d7f3156d3bed720222.tar.xz
puppet-93ebb03b2e25d2c277b886d7f3156d3bed720222.zip
disable https redirect on mirrors.mageia.org, as it is causing problems in stage1
Diffstat (limited to 'modules/mga-mirrors')
-rw-r--r--modules/mga-mirrors/manifests/init.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/mga-mirrors/manifests/init.pp b/modules/mga-mirrors/manifests/init.pp
index a3b865df..2b6a9f1d 100644
--- a/modules/mga-mirrors/manifests/init.pp
+++ b/modules/mga-mirrors/manifests/init.pp
@@ -9,11 +9,8 @@ class mga-mirrors {
apache::vhost_catalyst_app { $vhost:
script => "/usr/bin/mga_mirrors_fastcgi.pl",
require => Package['mga-mirrors'],
- use_ssl => true,
}
- apache::vhost_redirect_ssl { $vhost: }
-
$pgsql_password = extlookup("mga_mirror_pgsql",'x')
postgresql::remote_db_and_user { 'mirrors':