diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mga-mirrors/manifests/init.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/mga-mirrors/manifests/init.pp b/modules/mga-mirrors/manifests/init.pp index ce55538a..9ac8a890 100644 --- a/modules/mga-mirrors/manifests/init.pp +++ b/modules/mga-mirrors/manifests/init.pp @@ -9,6 +9,13 @@ class mga-mirrors { 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': |