From 481666ee523d9cf1ed2eed5db65cf34420a24251 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Thu, 19 May 2011 19:08:10 +0000 Subject: revert last commit for now as it broke alamut --- modules/mga-mirrors/manifests/init.pp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'modules/mga-mirrors') diff --git a/modules/mga-mirrors/manifests/init.pp b/modules/mga-mirrors/manifests/init.pp index 5b1633ee..2b6a9f1d 100644 --- a/modules/mga-mirrors/manifests/init.pp +++ b/modules/mga-mirrors/manifests/init.pp @@ -7,19 +7,10 @@ class mga-mirrors { } apache::vhost_catalyst_app { $vhost: - vhost => $vhost, script => "/usr/bin/mga_mirrors_fastcgi.pl", require => Package['mga-mirrors'], } - apache::vhost_catalyst_app { "ssl_$vhost": - vhost => $vhost, - use_ssl => true, - script => "/usr/bin/mga_mirrors_fastcgi.pl", - require => Package['mga-mirrors'], - } - - $pgsql_password = extlookup("mga_mirror_pgsql",'x') postgresql::remote_db_and_user { 'mirrors': -- cgit v1.2.1