diff options
author | Thomas Backlund <tmb@mageia.org> | 2011-05-19 19:08:10 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2011-05-19 19:08:10 +0000 |
commit | 481666ee523d9cf1ed2eed5db65cf34420a24251 (patch) | |
tree | f877b3aaba024259f47ef868220f6c75719cb998 /modules/mga-mirrors | |
parent | a70e77a02f996e5c02f2a87af0d605298d23696d (diff) | |
download | puppet-481666ee523d9cf1ed2eed5db65cf34420a24251.tar puppet-481666ee523d9cf1ed2eed5db65cf34420a24251.tar.gz puppet-481666ee523d9cf1ed2eed5db65cf34420a24251.tar.bz2 puppet-481666ee523d9cf1ed2eed5db65cf34420a24251.tar.xz puppet-481666ee523d9cf1ed2eed5db65cf34420a24251.zip |
revert last commit for now as it broke alamut
Diffstat (limited to 'modules/mga-mirrors')
-rw-r--r-- | modules/mga-mirrors/manifests/init.pp | 9 |
1 files changed, 0 insertions, 9 deletions
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': |